Eric Wilhelm wrote:
Is this related?

No, that's Module::Build's own fault.

Module::Build::Base::perl_version_to_float() used to make the assumption that all Perl versions had two decimals. Since this was added:

10957  ( schwern 2008-03-19): return $version if grep( /\./, $version ) < 2;

it no longer has that problem. As soon as you can release a new Module::Build to the world, this won't be a problem any more... ;-)

John

Reply via email to