Correct way to specify minimum Perl version required.

Andy Wardley abw at wardley.org
Fri Aug 8 09:42:56 BST 2008


If I have a distribution that requires, say, Perl 5.6.0, then will it suffice
to put "use 5.6.0" at the top of my Makefile.PL, or do I need something else
(in the style of the PREREQ_PM) to tell CPAN testers to stop testing my
modules on older versions of Perl.

A


More information about the london.pm mailing list