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