Skip Menu |

This queue is for tickets about the strictures CPAN distribution.

Report information
The Basics
Id: 76406
Status: resolved
Priority: 0/
Queue: strictures

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

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



Subject: tests fail with 1.003000
Looks like a "I'm the author" flag is getting set inappropriately: $ make test PERL_DL_NONLAZY=1 /opt/perl-5.14.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/strictures.t .. 1/? strictures.pm extra testing active but couldn't load all modules. Missing were: indirect multidimensional bareword::filehandles Extra testing is auto-enabled in checkouts only, so if you're the author of a strictures using module you need to run: cpan indirect multidimensional bareword::filehandles but these modules are not required by your users. # Failed test 'strictures blows up for t/00load.t' # at t/strictures.t line 45. # Looks like you failed 1 test of 4. t/strictures.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/4 subtests Test Summary Report ------------------- t/strictures.t (Wstat: 256 Tests: 4 Failed: 1) Failed test: 3 Non-zero exit status: 1 Files=1, Tests=4, 0 wallclock secs ( 0.04 usr 0.01 sys + 0.03 cusr 0.00 csys = 0.08 CPU) Result: FAIL Failed 1/1 test programs. 1/4 subtests failed. make: *** [test_dynamic] Error 1
On Sun Apr 08 09:51:14 2012, GENEHACK wrote: Show quoted text
> Looks like a "I'm the author" flag is getting set inappropriately:
Not quite actually, but it was complete idiocy on my part. Hopefully 1.003001 is less stupid.