Skip Menu |

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

Report information
The Basics
Id: 48411
Status: resolved
Priority: 0/
Queue: Module-Extract-Use

People
Owner: Nobody in particular
Requestors: offer.kaye [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.16
Fixed in: 0.17



Subject: Module-Extract-Use 0.16 test failure
Date: Tue, 4 Aug 2009 10:44:10 +0300
To: bug-Module-Extract-Use [...] rt.cpan.org
From: Offer Kaye <offer.kaye [...] gmail.com>
Hi, I'm trying to install Module::Extract::Use version 0.16 on Perl 5.10.0 running on Linux, using the CPAN shell. However I got a failure in one of the tests: CPAN.pm: Going to build B/BD/BDFOY/Module-Extract-Use-0.16.tar.gz Checking if your kit is complete... Looks good Writing Makefile for Module::Extract::Use cp lib/Use.pm blib/lib/Module/Extract/Use.pm Manifying blib/man3/Module::Extract::Use.3 BDFOY/Module-Extract-Use-0.16.tar.gz make -- OK Running make test /nfs/yok/store/store01_disk01/offer/langs/perl/perl5.10.0/bin/perl "-MTest::Manifest" "-e" "run_t_manifest(0, 'blib/lib', 'blib/arch', )" Level is Test::Manifest::test_harness found [t/load.t t/pod.t t/pod_coverage.t t/get_modules.t] t/load.t .......... ok t/pod.t ........... ok t/pod_coverage.t .. ok t/get_modules.t ... 7/? # Failed test 'Unparseable file gives right error' # at t/get_modules.t line 37. # '' # doesn't match '(?-xism:not parse)' # Looks like you failed 1 test of 15. t/get_modules.t ... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/15 subtests Test Summary Report ------------------- t/get_modules.t (Wstat: 256 Tests: 15 Failed: 1) Failed test: 7 Non-zero exit status: 1 Files=4, Tests=18, 2 wallclock secs ( 0.06 usr 0.02 sys + 0.55 cusr 0.17 csys = 0.80 CPU) Result: FAIL Failed 1/4 test programs. 1/18 subtests failed. make: *** [test_dynamic] Error 1 BDFOY/Module-Extract-Use-0.16.tar.gz make test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports BDFOY/Module-Extract-Use-0.16.tar.gz Running make install make test had returned bad status, won't install without force Failed during this command: BDFOY/Module-Extract-Use-0.16.tar.gz : make_test NO Not sure if related, but I saw a comment next to the test inside the test file says "Try it with a file PPI can't parse, should fail" - I've recently upgraded PPI (to 1.205), maybe it has advanced since this test was written? Regards, -- Offer Kaye
On Tue Aug 04 03:44:37 2009, offer.kaye@gmail.com wrote: Show quoted text
> Hi, > I'm trying to install Module::Extract::Use version 0.16 on Perl 5.10.0 > running on Linux, using the CPAN shell. However I got a failure in one > of the tests: >
[...] Show quoted text
> > Not sure if related, but I saw a comment next to the test inside the > test file says "Try it with a > file PPI can't parse, should fail" - I've recently upgraded PPI (to > 1.205), maybe it has advanced since this test was written? >
Yes, it's very likely caused by PPI. At least the automatic failure solver (CPAN::Testers::ParseReport) says so: PPI 1.201 and 1.203 are fine, 1.204_02 and 1.204_03 are causing failures. Regards, Slaven