in reply to Re^3: specify minimum perl version with Makefile.PL?
in thread specify minimum perl version with Makefile.PL?

Its because your copy of ExtUtils::MakeMaker doesn't support that option. App::EUMM::Upgrade can help you upgrade your Makefile.PL

update: Hmm, MIN_PERL_VERSION - minimum version of Perl required for module work. Not used currently, but will be in the future.

  • Comment on Re^4: specify minimum perl version with Makefile.PL?