Subject: | Fails on perls < 5.12 |
Best illustrated with the matrix:
http://matrix.cpantesters.org/?dist=Net-Address-IP-Cipher%200.2
Sample fail report:
http://www.cpantesters.org/cpan/report/49009eac-29d0-11e8-8aa1-9060731f90f6
# Failed test 'use Net::Address::IP::Cipher;'
# at t/00-load.t line 10.
# Tried to use 'Net::Address::IP::Cipher'.
# Error: syntax error at /tmp/loop_over_bdir-4392-seoLI4/Net-Address-IP-Cipher-0.2-0/blib/lib/Net/Address/IP/Cipher.pm line 1, near "package Net::Address::IP::Cipher 0.2"
Source is this line 1:
https://metacpan.org/source/HUGUEI/Net-Address-IP-Cipher-0.2/lib/Net/Address/IP/Cipher.pm#L1
package Net::Address::IP::Cipher 0.2;
If you want to keep this syntax to declare a version, it would be cool if you could declare your requirement. That way the FAILS are converted to UNKNOWNS. Details about how to do it are on this page: http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Thanks!