Skip Menu |

This queue is for tickets about the Method-Signatures CPAN distribution.

Report information
The Basics
Id: 39600
Status: resolved
Priority: 0/
Queue: Method-Signatures

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

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



Subject: Errors in Tests?
Date: Wed, 24 Sep 2008 23:03:11 -0700
To: bug-method-signatures [...] rt.cpan.org
From: "David E. Wheeler" <dwheeler [...] cpan.org>
I'm building on Perl 5.10.0 on Leopard: Prepending /Users/david/.cpan/build/parrot-0.7.0-gIq9Hp/blib/arch / Users/david/.cpan/build/parrot-0.7.0-gIq9Hp/blib/lib to PERL5LIB for 'test' Running Build test t/begin.......Bareword "Devel::Declare::get_curstash_name" not allowed while "strict subs" in use at /Users/david/.cpan/build/Method- Signatures-0.10-Fn4lmg/blib/lib/Method/Signatures.pm line 203. BEGIN not safe after errors--compilation aborted at /Users/david/.cpan/ build/Method-Signatures-0.10-Fn4lmg/blib/lib/Method/Signatures.pm line 311. Compilation failed in require at t/begin.t line 9. BEGIN failed--compilation aborted at t/begin.t line 9. # Looks like your test died before it could output anything. Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run t/caller......Bareword "Devel::Declare::get_curstash_name" not allowed while "strict subs" in use at /Users/david/.cpan/build/Method- Signatures-0.10-Fn4lmg/blib/lib/Method/Signatures.pm line 203. BEGIN not safe after errors--compilation aborted at /Users/david/.cpan/ build/Method-Signatures-0.10-Fn4lmg/blib/lib/Method/Signatures.pm line 311. Compilation failed in require at t/caller.t line 10. BEGIN failed--compilation aborted at t/caller.t line 10. # Looks like your test died before it could output anything. Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run t/debugger....skipped: none of this works t/invocant....Bareword "Devel::Declare::get_curstash_name" not allowed while "strict subs" in use at /Users/david/.cpan/build/Method- Signatures-0.10-Fn4lmg/blib/lib/Method/Signatures.pm line 203. BEGIN not safe after errors--compilation aborted at /Users/david/.cpan/ build/Method-Signatures-0.10-Fn4lmg/blib/lib/Method/Signatures.pm line 311. Compilation failed in require at t/invocant.t line 11. BEGIN failed--compilation aborted at t/invocant.t line 11. # Looks like your test died before it could output anything. Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run t/method......Bareword "Devel::Declare::get_curstash_name" not allowed while "strict subs" in use at /Users/david/.cpan/build/Method- Signatures-0.10-Fn4lmg/blib/lib/Method/Signatures.pm line 203. BEGIN not safe after errors--compilation aborted at /Users/david/.cpan/ build/Method-Signatures-0.10-Fn4lmg/blib/lib/Method/Signatures.pm line 311. Compilation failed in require at t/method.t line 8. BEGIN failed--compilation aborted at t/method.t line 8. # Looks like your test died before it could output anything. Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run t/one_line....Bareword "Devel::Declare::get_curstash_name" not allowed while "strict subs" in use at /Users/david/.cpan/build/Method- Signatures-0.10-Fn4lmg/blib/lib/Method/Signatures.pm line 203. BEGIN not safe after errors--compilation aborted at /Users/david/.cpan/ build/Method-Signatures-0.10-Fn4lmg/blib/lib/Method/Signatures.pm line 311. Compilation failed in require at t/one_line.t line 8. BEGIN failed--compilation aborted at t/one_line.t line 8. # Looks like your test died before it could output anything. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/1 subtests t/refs........Bareword "Devel::Declare::get_curstash_name" not allowed while "strict subs" in use at /Users/david/.cpan/build/Method- Signatures-0.10-Fn4lmg/blib/lib/Method/Signatures.pm line 203. BEGIN not safe after errors--compilation aborted at /Users/david/.cpan/ build/Method-Signatures-0.10-Fn4lmg/blib/lib/Method/Signatures.pm line 311. Compilation failed in require at t/refs.t line 17. BEGIN failed--compilation aborted at t/refs.t line 17. # Looks like your test died before it could output anything. Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run Test Summary Report ------------------- t/begin (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output t/caller (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output t/invocant (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output t/method (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output t/one_line (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 1 tests but ran 0. t/refs (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output Files=7, Tests=0, 1 wallclock secs ( 0.04 usr 0.03 sys + 0.19 cusr 0.06 csys = 0.32 CPU) Result: FAIL Failed 6/7 test programs. 0/0 subtests failed. (./Build test exited with 65280) CPAN::Reporter: test results were not valid, Prerequisite version too low. MSCHWERN/Method-Signatures-0.10.tar.gz ./Build test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports MSCHWERN/Method-Signatures-0.10.tar.gz Running Build install make test had returned bad status, won't install without force Failed during this command: MSCHWERN/Method-Signatures-0.10.tar.gz : make_test NO
Subject: Re: [rt.cpan.org #39600] Errors in Tests?
Date: Thu, 25 Sep 2008 21:41:27 -0400
To: bug-Method-Signatures [...] rt.cpan.org
From: Michael G Schwern <schwern [...] pobox.com>
David Wheeler via RT wrote: Show quoted text
> CPAN::Reporter: test results were not valid, Prerequisite version too > low.
I'd investigate that. I bet you have too low a version of Devel::Declare. -- 31. Not allowed to let sock puppets take responsibility for any of my actions. -- The 213 Things Skippy Is No Longer Allowed To Do In The U.S. Army http://skippyslist.com/list/
Subject: Re: [rt.cpan.org #39600] Errors in Tests?
Date: Thu, 25 Sep 2008 20:30:21 -0700
To: bug-Method-Signatures [...] rt.cpan.org
From: "David E. Wheeler" <dwheeler [...] cpan.org>
On Sep 25, 2008, at 18:41, Michael G Schwern via RT wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=39600 > > > David Wheeler via RT wrote:
>> CPAN::Reporter: test results were not valid, Prerequisite version too >> low.
> > I'd investigate that. I bet you have too low a version of > Devel::Declare.
What version do you require? I have 0.001011. D
Subject: Re: [rt.cpan.org #39600] Errors in Tests?
Date: Fri, 26 Sep 2008 00:07:29 -0400
To: bug-Method-Signatures [...] rt.cpan.org
From: Michael G Schwern <schwern [...] pobox.com>
David Wheeler via RT wrote: Show quoted text
> Queue: Method-Signatures > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=39600 > > > On Sep 25, 2008, at 18:41, Michael G Schwern via RT wrote: >
>> <URL: http://rt.cpan.org/Ticket/Display.html?id=39600 > >> >> David Wheeler via RT wrote:
>>> CPAN::Reporter: test results were not valid, Prerequisite version too >>> low.
>> I'd investigate that. I bet you have too low a version of >> Devel::Declare.
> > What version do you require? I have 0.001011.
http://search.cpan.org/src/MSCHWERN/Method-Signatures-0.10/META.yml sez 0.002000 -- Just call me 'Moron Sugar'. http://www.somethingpositive.net/sp05182002.shtml
Subject: Re: [rt.cpan.org #39600] Errors in Tests?
Date: Thu, 25 Sep 2008 21:20:42 -0700
To: bug-Method-Signatures [...] rt.cpan.org
From: "David E. Wheeler" <dwheeler [...] cpan.org>
On Sep 25, 2008, at 21:11, Michael G Schwern via RT wrote: Show quoted text
Huh. I wonder why it failed? I just installed Devel::Declare fine, and then Method::Signatures fine. Shoulda scrolled back further to see what first failed, I guess. —D
Subject: Re: [rt.cpan.org #39600] Errors in Tests?
Date: Fri, 26 Sep 2008 00:07:29 -0400
To: bug-Method-Signatures [...] rt.cpan.org
From: Michael G Schwern <schwern [...] pobox.com>
David Wheeler via RT wrote: Show quoted text
> Queue: Method-Signatures > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=39600 > > > On Sep 25, 2008, at 18:41, Michael G Schwern via RT wrote: >
>> <URL: http://rt.cpan.org/Ticket/Display.html?id=39600 > >> >> David Wheeler via RT wrote:
>>> CPAN::Reporter: test results were not valid, Prerequisite version too >>> low.
>> I'd investigate that. I bet you have too low a version of >> Devel::Declare.
> > What version do you require? I have 0.001011.
http://search.cpan.org/src/MSCHWERN/Method-Signatures-0.10/META.yml sez 0.002000 -- Just call me 'Moron Sugar'. http://www.somethingpositive.net/sp05182002.shtml
Seems to be a dependency slip in the user's CPAN shell.