Skip Menu |

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

Report information
The Basics
Id: 12090
Status: resolved
Priority: 0/
Queue: Module-Rename

People
Owner: Nobody in particular
Requestors: bzm [...] 2bz.de
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.02
Fixed in: (no value)



Hi, unforunely, a test failed at least on Mac OSX. With perl 5.8.4 Checking if your kit is complete... Looks good Writing Makefile for Module::Rename cp lib/Module/Rename.pm blib/lib/Module/Rename.pm cp eg/module-rename blib/script/module-rename /usr/local/cb/perl5.8.4/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/module-rename Manifying blib/man1/module-rename.1 Manifying blib/man3/Module::Rename.3 /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/local/cb/perl5.8.4/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/001Basic....NOK 8 # Failed test (t/001Basic.t at line 46) # Looks like you failed 1 test of 11. t/001Basic....dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 8 Failed 1/11 tests, 90.91% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/001Basic.t 1 256 11 1 9.09% 8 Failed 1/1 test scripts, 0.00% okay. 1/11 subtests failed, 90.91% okay. make: *** [test_dynamic] Error 1 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force
Date: Sat, 9 Apr 2005 18:34:36 -0700 (PDT)
From: Mike Schilli <m [...] perlmeister.com>
To: via RT <bug-Module-Rename [...] rt.cpan.org>
Subject: Re: [cpan #12090]
RT-Send-Cc:
On Thu, 31 Mar 2005, via RT wrote: Show quoted text
> t/001Basic....NOK 8 > # Failed test (t/001Basic.t at line 46) > # Looks like you failed 1 test of 11.
Argh, there was a directory missing from the tarball, due to a problem with the MANIFEST generator ignoring empty directories. I've worked around it, Module::Rename 0.03 has the fix: http://www.perlmeister.com/devel/#rename Thanks! -- Mike Mike Schilli m@perlmeister.com Show quoted text
> t/001Basic....dubious > Test returned status 1 (wstat 256, 0x100) > DIED. FAILED test 8 > Failed 1/11 tests, 90.91% okay > Failed Test Stat Wstat Total Fail Failed List of Failed > ------------------------------------------------------------------------------- > t/001Basic.t 1 256 11 1 9.09% 8 > Failed 1/1 test scripts, 0.00% okay. 1/11 subtests failed, 90.91% okay. > make: *** [test_dynamic] Error 1 > /usr/bin/make test -- NOT OK > Running make install > make test had returned bad status, won't install without force >