> On 10/24/07, David Golden <[EMAIL PROTECTED]> wrote: > > What I don't understand is why the code in CPAN::Reporter's > > t/Helper.pm isn't detecting a problem with Module::Build and skipping > > tests when it checks for Module::Build. I can only guess there's > > something funny going on in the import?!? Could you please try the > > following on this perl: > > > > $ perl -e "use Module::Build" > > $ perl -e "require Module::Build" > > Never mind! I found it and fixed it. In the next release, all > Build.PL tests should skip if Module::Build is broken. > > I hid my Module/Build/Version.pm and got the same results you did -- > so I think you need to reinstall M::B.
I've just done "force install Module::Build" then "install CPAN::Reporter". The CPAN::Reporter installation worked fine, so looks like Module:Build didn't install right and left itself in a broken state. > > Regards, > David -Nigel
