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: 37570
Status: resolved
Priority: 0/
Queue: Jemplate

People
Owner: Nobody in particular
Requestors: nickolay8 [...] gmail.com
Cc:
AdminCc:

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



Subject: list method is not implemented for lists
In current version, the list method for arrays is not implemented, so this construction will be incorrect: a = [ 1,2,3 ].list;
Added test for rt37570 List method for lists (fixed in 5eaf340da...)