Skip Menu |

This queue is for tickets about the namespace-clean CPAN distribution.

Report information
The Basics
Id: 57424
Status: rejected
Priority: 0/
Queue: namespace-clean

People
Owner: Nobody in particular
Requestors: mmaslano [...] redhat.com
Cc:
AdminCc:

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



Subject: test is failing with perl-5.12
One test didn't pass in perl-5.12 rebuild: namespace-clean-0.14/t/04-except.t I suppose you should redefine line 6 to something else. Build log: PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00-basic.t t/01-function-wipeout.t t/02-inheritance.t t/03-unimport.t t/04-except.t t/05-explicit-cleanee.t t/06-other-types.t t/07-debugger.t t/08-const-sub.t t/00-basic.t ............. ok t/01-function-wipeout.t .. ok t/02-inheritance.t ....... ok t/03-unimport.t .......... ok t/04-except.t ............ Failed 6/6 subtests t/05-explicit-cleanee.t .. ok t/06-other-types.t ....... ok Loading DB routines from perl5db.pl version 1.33 Editor support available. Enter h or `h h' for help, or `man perldebug' for more help. main::(t/07-debugger.t:26): t/07-debugger.t .......... ok t/08-const-sub.t ......... ok Test Summary Report ------------------- t/04-except.t (Wstat: 11 Tests: 0 Failed: 0) Non-zero wait status: 11 Parse errors: Bad plan. You planned 6 tests but ran 0. Files=9, Tests=71, 0 wallclock secs ( 0.04 usr 0.01 sys + 0.52 cusr 0.06 csys = 0.63 CPU) Result: FAIL Failed 1/9 test programs. 0/71 subtests failed. make: *** [test_dynamic] Error 255
Subject: Re: [rt.cpan.org #57424] test is failing with perl-5.12
Date: Wed, 12 May 2010 16:32:52 +0200
To: Marcela Maslanova via RT <bug-namespace-clean [...] rt.cpan.org>
From: Florian Ragwitz <rafl [...] debian.org>
On Wed, May 12, 2010 at 10:26:18AM -0400, Marcela Maslanova via RT wrote: Show quoted text
> One test didn't pass in perl-5.12 rebuild: > namespace-clean-0.14/t/04-except.t > > [...] > > t/07-debugger.t .......... ok
There is no such test in 0.14. Please show how 0.14 is failing. -- BOFH excuse #142: new guy cross-connected phone lines with ac power bus.
Download signature.asc
application/pgp-signature 189b

Message body not shown because it is not plain text.

From: mmaslano [...] redhat.com
On Wed May 12 10:33:07 2010, FLORA wrote: Show quoted text
> On Wed, May 12, 2010 at 10:26:18AM -0400, Marcela Maslanova via RT wrote:
> > One test didn't pass in perl-5.12 rebuild: > > namespace-clean-0.14/t/04-except.t > > > > [...] > > > > t/07-debugger.t .......... ok
> > There is no such test in 0.14. Please show how 0.14 is failing. > >
I'm sorry build machine had old version. Version 0.14 works with 5.12 great. Thank you.