Subject: | Problems with versions and ExtUtils::MakeMaker |
Hi.
ExtUtils::MakeMaker cannot use v-style versions (see
http://search.cpan.org/dist/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm#Using_Attributes_and_Parameters).
Can you replace this line from Makefile.PL:
'GD' => 2.0.1,
to
'GD' => '2.0.1',
so there will be no problems with EU:MM?
--
Serguei Trouchelle