Skip Menu |

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

Report information
The Basics
Id: 8842
Status: resolved
Priority: 0/
Queue: Module-Pluggable

People
Owner: Nobody in particular
Requestors: mcummings [...] gentoo.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.3
Fixed in: 2.3



Subject: Fails during tests
(Linux, perl 5.8.6) Running the tests is failing, starting in test 02. Playing with it this morning, It seemed that if I added a Quux.pm placeholder in your MyTest dirs, all of the tests would run fine, otherwise I would get errors like: # Failed test (t/02works.t at line 18) # Structures begin differing at: # $got->[2] = 'MyTest::Plugin::Quux' # $expected->[2] = 'MyTest::Plugin::Quux::Foo' t/13except................ok 1/5 # Failed test (t/13except.t at line 18) # Structures begin differing at: # $got->[1] = 'MyTest::Plugin::Quux' # $expected->[1] = 'MyTest::Plugin::Quux::Foo' # Looks like you failed 1 test of 5. t/13except................dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 5 Failed 1/5 tests, 80.00% okay t/14package...............NOK 5 # Failed test (t/14package.t at line 18) # Structures begin differing at: # $got->[2] = 'MyTest::Plugin::Quux' # $expected->[2] = 'MyTest::Plugin::Quux::Foo' # Looks like you failed 1 test of 5. t/14package...............dubious Adding an "empty" Quux.pm fixes this.
Date: Mon, 13 Dec 2004 18:04:00 +0000
From: Simon Wistow <simon [...] thegestalt.org>
To: Guest via RT <bug-Module-Pluggable [...] rt.cpan.org>
CC: undisclosed-recipients: ;
Subject: Re: [cpan #8842] Fails during tests
RT-Send-Cc:
On Mon, Dec 13, 2004 at 01:00:10PM -0500, Guest via RT said: Show quoted text
> Running the tests is failing, starting in test 02. Playing with it > this morning, It seemed that if I added a Quux.pm placeholder in your > MyTest dirs, all of the tests would run fine, otherwise I would get > errors like:
What version of Module::Pluggable are you running? Presumably the latest?
From: mcummings [...] gentoo.org
Realized after the fact that my reply didn't post to RT. The problem was actually being too up to date - the newer version of Test-Simple (>=0.48) is causing a failure during the is_deeply tests. <=0.47 worked fine. [simon@thegestalt.org - Mon Dec 13 13:23:59 2004]: Show quoted text
> On Mon, Dec 13, 2004 at 01:00:10PM -0500, Guest via RT said:
> > Running the tests is failing, starting in test 02. Playing with it > > this morning, It seemed that if I added a Quux.pm placeholder in your > > MyTest dirs, all of the tests would run fine, otherwise I would get > > errors like:
> > What version of Module::Pluggable are you running? Presumably the > latest? > > > >
Date: Wed, 22 Dec 2004 09:21:48 +0000
From: Simon Wistow <simon [...] thegestalt.org>
To: Guest via RT <bug-Module-Pluggable [...] rt.cpan.org>
CC: undisclosed-recipients: ;
Subject: Re: [cpan #8842] Fails during tests
RT-Send-Cc:
On Tue, Dec 21, 2004 at 09:18:44AM -0500, Guest via RT said: Show quoted text
> Realized after the fact that my reply didn't post to RT. The problem was > actually being too up to date - the newer version of Test-Simple > (>=0.48) is causing a failure during the is_deeply tests. <=0.47 worked > fine.
Actually it turned out to be a slightly more subtle bug involving Perl 5.8.1 (but not <=5.8.0 or >=5.8.2 !), Test::Simple and a couple of other things. The latest version should work with all configurations now.