Subject: | Wrong version spec in Makefile.PL (fails with perl 5.12.0) |
In Makefile.PL you have prereq specifications in the form
'Class::Std::Utils' => '>=0.0.2',
This syntax is not supported by Makefile.PL, only by Build.PL. With
Makefile.PL you would just write '0.0.2', without a comparison operator.
Additionally, something in the version implementation changed with perl
5.12.0, so there the Makefile.PL is failing in a fatal way.
Regards,
Slaven