Skip Menu |

This queue is for tickets about the Module-Build CPAN distribution.

Report information
The Basics
Id: 20964
Status: resolved
Priority: 0/
Queue: Module-Build

People
Owner: Nobody in particular
Requestors: jpeacock [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.2805
Fixed in: (no value)



Installing via CPANPLUS fails two testfiles: t/ppm............. * ERROR: Configuration was initially created with Module::Build version '0.2801', but we are now using version '0.2805'. Please re-run the Build.PL or Makefile.PL script. t/ppm.............dubious Test returned status 255 (wstat 65280, 0xff00) t/runthrough......ok 4/32 skipped: Windows-only test t/signature.......skipped all skipped: $ENV{TEST_SIGNATURE} is not set t/tilde...........ok t/versions........ok t/xs.............. * ERROR: Configuration was initially created with Module::Build version '0.2801', but we are now using version '0.2805'. Please re-run the Build.PL or Makefile.PL script. t/xs..............dubious Test returned status 255 (wstat 65280, 0xff00) Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/ppm.t 255 65280 ?? ?? % ?? t/xs.t 255 65280 ?? ?? % ?? 1 test and 12 subtests skipped. [ERROR] Could not run 'Build test': Failed 2/21 test scripts, 90.48% okay. 0/679 subtests failed, 100.00% okay. CPAN Terminal> v CPANPLUS::Shell::Default -- CPAN exploration and modules installation (v0.051) *** Please report bugs to <cpanplus-bugs@lists.sourceforge.net>. *** Using CPANPLUS::Backend v0.051. ReadLine support enabled.
On Sat Aug 12 20:06:46 2006, JPEACOCK wrote: Show quoted text
> CPANPLUS::Shell::Default -- CPAN exploration and modules installation > (v0.051) > *** Please report bugs to <cpanplus-bugs@lists.sourceforge.net>. > *** Using CPANPLUS::Backend v0.051. ReadLine support enabled.
Installing a newer CPANPLUS (like the current 0.072) and both tests pass and M::B is installed correctly. John
From: KWILLIAMS [...] cpan.org
On Sat Aug 12 20:15:47 2006, JPEACOCK wrote: Show quoted text
> Installing a newer CPANPLUS (like the current 0.072) and both tests pass > and M::B is installed correctly.
Great - I also released a new CPANPLUS::Dist::Build a couple days ago, which should work properly as well. -Ken