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)