in reply to Re^3: specify minimum perl version with Makefile.PL?
in thread specify minimum perl version with Makefile.PL?
I do not understand why using MIN_PERL_VERSION shows that message
Because your version of ExtUtils::MakeMaker is older than 6.48
I am now using a simple use 5.008001; at the start of Makefile.PL.
It's not as good since the info won't make into META.yml.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: specify minimum perl version with Makefile.PL?
by Anonymous Monk on Jan 14, 2010 at 10:34 UTC |