Subject: | allow install on perl 5.6.0 |
v0.010: hardcoded 5.8.5 => won't try to install on 5.6.0. perlver claims that it should work down to 5.6.0, except for t\01-raw754.t (the "use constant {...hash...}" was incompatible)
v0.011_002: replaced the "use 5.008005" with "use 5.006"; changed from a constant-hashref to multiple constant rows == alpha still didn't run in CPAN Testers for <= 5.8.5
v0.011_003: updated the Makefile.PL "use 5.006" == alpha still didn't run in CPAN Testers for <= 5.8.5
v0.011_004: replaced the Makefile.PL {MIN_PERL_VERSION} with '5.6.0' == submitted next attempt