Subject: | Wrong and inconsistent version numbers in the source |
When I'm using the latest Jemplate 0.23 on CPAN, it gives the following
error:
jemplate --compile template/elem/ > out/jemplates.js
Jemplate version 0.22 required--this is only version 0.20 at
/usr/local/bin/jemplate line 10.
BEGIN failed--compilation aborted at /usr/local/bin/jemplate line 10.
By browsing the source, it seems to me that the jemplate script has the
following line:
use Jemplate 0.22;
While Jemplate.pm actually contains the line below:
our $VERSION = '0.20';
Shouldn't they be the number 0.23?
Hope it will get fixed in the next release :)
Thanks!
-agentzh