in reply to Perl 5.11.0 now available

I'm building with dmake and the MinGW port off gcc-3.4.5 on Win32. The actual 'dmake -f makefile.mk' ran fine, but with 'dmake test' the process has been stuck on the following for the last 15 minutes:
../cpan/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t .................. 1/ +?
Doesn't seem right - is there a way to abort this particular test without aborting the rest of the test suite ?

Cheers,
Rob

Replies are listed 'Best First'.
Re^2: Perl 5.11.0 now available
by Anonymous Monk on Oct 03, 2009 at 14:58 UTC
      Maybe try to ignore CPANPLUS test files, like harness -v "-re=(?!CPANPLUS)"

      Thanks, cd'ing to the t directory and running perl harness -v "-re=(?!CPANPLUS)" seemed to do the trick.
      There were a few failures in one of the EU::MM test scripts (basic.t, iirc) - other than that, all was fine.

      Cheers,
      Rob