Subject: | configure_requires on Module::Build too low |
https://metacpan.org/source/MGRIMES/Module-Build-Pluggable-PDL-0.22/Build.PL#L7
There I find:
configure_requires => {
'Module::Build' => '0.40004',
},
I suppose you meant 0.4004 and the reason why you wanted that was probably test_requires support, right?
This leads to many fails that are due to missing Class::Path which is only mentioned in test_requires.
Sample:
http://www.cpantesters.org/cpan/report/31035250
Thanks && Regards,