From: Steve Peters Date: Wed, 15 Oct 2008 18:23:56 +0000 (+0000) Subject: One final tweak for the Test-Simple-0.82 upgrade. Ugh. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=50d1e3bd601d3c7762a4c20e263f40782db52148;p=p5sagit%2Fp5-mst-13.2.git One final tweak for the Test-Simple-0.82 upgrade. Ugh. p4raw-id: //depot/perl@34490 --- diff --git a/MANIFEST b/MANIFEST index 6586c77..f362b8e 100644 --- a/MANIFEST +++ b/MANIFEST @@ -2895,6 +2895,7 @@ lib/Test/Simple/t/is_deeply_with_threads.t Test::More test lib/Test/Simple/t/lib/Dummy.pm Test::More test module lib/Test/Simple/t/lib/MyOverload.pm Test::More test module lib/Test/Simple/t/lib/NoExporter.pm Test::Simple test module +lib/Test/Simple/t/lib/SigDie.pm Test module for Test::More lib/Test/Simple/t/missing.t Test::Simple test, missing tests lib/Test/Simple/t/More.t Test::More test, basic stuff lib/Test/Simple/t/new_ok.t Test::More test @@ -3758,7 +3759,6 @@ t/lib/mypragma.t Test the example user pragma t/lib/no_load.t Test that some modules don't load others t/lib/proxy_constant_subs.t Test that Proxy Constant Subs behave correctly t/lib/Sans_mypragma.pm Test module for t/lib/mypragma.t -t/lib/SigDie.pm Test module for Test::More t/lib/strict/refs Tests of "use strict 'refs'" for strict.t t/lib/strict/subs Tests of "use strict 'subs'" for strict.t t/lib/strict/vars Tests of "use strict 'vars'" for strict.t diff --git a/t/lib/SigDie.pm b/lib/Test/Simple/t/lib/SigDie.pm similarity index 100% rename from t/lib/SigDie.pm rename to lib/Test/Simple/t/lib/SigDie.pm