Skip Menu |

This queue is for tickets about the PathTools CPAN distribution.

Report information
The Basics
Id: 82895
Status: open
Priority: 0/
Queue: PathTools

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

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



Subject: You tried to run a test without a plan!
I just tried with the perl 5.8.8 that comes with Centos5 and got: t/Spec.t ................ You tried to run a test without a plan! Gotta have a plan. at /usr/lib/perl5/5.8.8/Test/More.pm line 717 # Looks like your test died before it could output anything. t/Spec.t ................ Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run [...] Test Summary Report ------------------- t/Spec.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output Files=10, Tests=139, 0 wallclock secs ( 0.01 usr 0.03 sys + 0.03 cusr 0.03 csys = 0.10 CPU) Result: FAIL This is with Test::More 0.62. Apparently therre is a dependency on a newer Test::More. Thanks&&Regards,
On Wed Jan 23 01:04:05 2013, ANDK wrote: Show quoted text
> I just tried with the perl 5.8.8 that comes with Centos5 and got: > > t/Spec.t ................ You tried to run a test without a plan! Gotta > have a plan. at /usr/lib/perl5/5.8.8/Test/More.pm line 717 > # Looks like your test died before it could output anything. > t/Spec.t ................ Dubious, test returned 255 (wstat 65280, 0xff00) > No subtests run > [...] > Test Summary Report > ------------------- > t/Spec.t (Wstat: 65280 Tests: 0 Failed: 0) > Non-zero exit status: 255 > Parse errors: No plan found in TAP output > Files=10, Tests=139, 0 wallclock secs ( 0.01 usr 0.03 sys + 0.03 cusr > 0.03 csys = 0.10 CPU) > Result: FAIL > > > > This is with Test::More 0.62. Apparently there is a dependency on a > newer Test::More. > > Thanks&&Regards,
I believe this is the same problem as reported in https://rt.cpan.org/Ticket/Display.html?id=87574. I patched the version of Spec.t that is found in the Perl 5 blead distribution -- dist/Cwd/t/Spec.t -- last night. (Can you see whether the code change would work in your case?) But since it appears that PathTools is now "upstream blead", that fix won't make it to the CPAN version until the Maintainers do a a new release. Thank you very much. Jim Keenan