Show quoted text>>>>> On Tue, 01 May 2007 18:17:24 -0400, "brian_d_foy via RT" <bug-Module-Release@rt.cpan.org> said:
Show quoted text
Show quoted text > On Sun Apr 22 04:16:18 2007, ANDK wrote:
Show quoted text > Curious. It seems to be odd problems with the test suite, although I
> can't figure it out because it works on everything I have. I changed
> some things around, and let's see if 1.15 clears it up.
No, it didn't. But this probably gives you a clue:
$ make test TEST_VERBOSE=1
make[1]: Entering directory `/home/sand/.cpan/build/Module-Release-1.15-RgtgBG'
PERL_DL_NONLAZY=1 /home/src/perl/repoperls/installed-perls/perl/pKbaKsC/perl-5.8.0@31117/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
t/compile.........# Looks like you planned 2 tests but ran 1 extra.
1..2
ok 1 # skip Need Module::Release::Subversion for this test
ok 2 # skip Need Module::Release::Subversion for this test
ok 3 # skip Need Module::Release::Subversion for this test
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 3
Failed 1/2 tests, 50.00% okay (less 3 skipped tests: -2 okay, -100.00%)
t/pod.............1..2
ok 1 - blib/script/release
ok 2 - blib/lib/Module/Release.pm
ok
t/pod_coverage....1..1
ok 1 - Pod coverage on Module::Release
ok
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/compile.t 255 65280 2 1 3
3 subtests skipped.
Failed 1/3 test scripts. -1/5 subtests failed.
Files=3, Tests=5, 2 wallclock secs ( 1.02 cusr + 0.05 csys = 1.07 CPU)
Failed 1/3 test programs. -1/5 subtests failed.
make[1]: *** [test_dynamic] Error 255
--
andreas