in reply to Specifying the minimum Perl version for ExtUtils::MakeMaker
Should I simply specify use 5.00x; at the top of the Makefile.PL?
The Makefile.PL of ExtUtils::MakeMaker itself has BEGIN { require 5.006; } at the top, so it can't be all that wrong... :)
|
|---|