Hello Makemaker. I use ExtUtils::MakeMaker and found little dificient while generated Meta.yml
I like use same:
WriteMakefile(
NAME => 'Storable::AMF',
PREREQ_PM => {
'perl' => 5.006002,
}, );
# -march=opteron -O3 -pipe -fomit-frame-pointer
perl Makefile.pl
create good META.yml,
but this issue a warnings
"Warning: prerequisite perl 5.006002 not found."
Can you fix this warnings for 'perl'?
"Grishaev Anatoliy" <[EMAIL PROTECTED]>
