Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Jemplate CPAN distribution.

Report information
The Basics
Id: 37895
Status: resolved
Priority: 0/
Queue: Jemplate

People
Owner: Nobody in particular
Requestors: agentzh [...] yahoo.cn
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.23
Fixed in: (no value)



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
Seems to have been fixed for a while Added a test case anyhow