Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-Simple CPAN distribution.

Report information
The Basics
Id: 30795
Status: rejected
Priority: 0/
Queue: Test-Simple

People
Owner: Nobody in particular
Requestors: rgarciasuarez [...] gmail.com
Cc:
AdminCc:

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



CC: bug-Test-Simple [...] rt.cpan.org
Subject: Re: blead patch - Change 31911: Fix failing Test::Simple test
Date: Sat, 17 Nov 2007 11:32:32 +0100
To: "Nicholas Clark" <nick [...] ccl4.org>
From: "Rafael Garcia-Suarez" <rgarciasuarez [...] gmail.com>
On 16/11/2007, Nicholas Clark <nick@ccl4.org> wrote: Show quoted text
> I don't think that this blead patch has been forwarded back upstream. > Offhand, I don't know what Rafael hit that caused him to make this change.
Here: [rafael@stcosmo bleadperl]$ grep Dummy MANIFEST lib/Test/Simple/t/lib/Dummy.pm Test::More test module t/lib/Dummy.pm Module for testing base.pm Tests are run from t/, so the 2nd Dummy.pm is loaded here. The 1st one is not used. I overlooked that when applying the patch. lib/Test/Simple/t/lib/Dummy should be copied to t/lib. (But that's not a release-critical fix)
bleadperl specific issue.
Subject: Re: [rt.cpan.org #30795] Re: blead patch - Change 31911: Fix failing Test::Simple test
Date: Tue, 15 Apr 2008 15:54:51 +0200
To: bug-Test-Simple [...] rt.cpan.org
From: "Rafael Garcia-Suarez" <rgarciasuarez [...] gmail.com>
On 30/11/2007, Michael G Schwern via RT <bug-Test-Simple@rt.cpan.org> wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=30795 > > > bleadperl specific issue.
I've now fixed bleadperl, removing the leftover Dummy.pm, but a patch is still needed to More.t (but a cleaner one). http://public.activestate.com/cgi-bin/perlbrowse/p/33689
Changes to the ext/ layout of bleadperl will make this irrelevant. Making Test::More and MakeMaker merge incidentally similar test files was never really viable in the long term anyway.