Skip Menu |

This queue is for tickets about the Tk-FileEntry CPAN distribution.

Report information
The Basics
Id: 97845
Status: resolved
Priority: 0/
Queue: Tk-FileEntry

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Don't assume perl 5.14 or higher
It seems that the module works also with older perl versions --- I removed all "use 5.14.3" statements and tried with 5.12.3, and the test suite still works. Generally the best approach is not to declare a minimum perl version unless you know that you really require a newer perl. In case you're unsure you can create a devel release and check the cpan testers results later. Regards, Slaven
Fixed with v2.2. The new minimum is now 5.8.8. Please don't use an older Perl.