From: Nicholas Clark Date: Tue, 26 Aug 2008 14:12:49 +0000 (+0000) Subject: Khaaaaan! Change 34230 wasn't right. The tests all passed because I X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fe0438b3fdd7184c1a19b7c24a3a26460d03083a;p=p5sagit%2Fp5-mst-13.2.git Khaaaaan! Change 34230 wasn't right. The tests all passed because I had a(nother) copy of Dev::Null in the "right" place. So make that right place official. p4raw-id: //depot/perl@34231 --- diff --git a/MANIFEST b/MANIFEST index be98306..9c6bc9d 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1183,7 +1183,6 @@ ext/Test/Harness/t/grammar.t Test::Harness test ext/Test/Harness/t/harness.t Test::Harness test ext/Test/Harness/t/iterators.t Test::Harness test ext/Test/Harness/t/lib/App/Prove/Plugin/Dummy.pm Module for testing Test::Harness -ext/Test/Harness/t/lib/Dev/Null.pm Module for testing Test::Harness ext/Test/Harness/t/lib/EmptyParser.pm Module for testing Test::Harness ext/Test/Harness/t/lib/IO/c55Capture.pm Module for testing Test::Harness ext/Test/Harness/t/lib/MyCustom.pm Module for testing Test::Harness @@ -2857,7 +2856,6 @@ lib/Test/Simple/t/is_deeply_dne_bug.t Test::More test lib/Test/Simple/t/is_deeply_fail.t Test::More test, is_deeply() lib/Test/Simple/t/is_deeply_with_threads.t Test::More test lib/Test/Simple/t/is_fh.t Test::Builder test, _is_fh() -lib/Test/Simple/t/lib/Dev/Null.pm Test::More test module 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 @@ -3679,6 +3677,7 @@ t/lib/compress/zlib-generic.pl Compress::Zlib t/lib/contains_pod.xr Pod-Parser test file t/lib/cygwin.t Builtin cygwin function tests t/lib/Devel/switchd.pm Module for t/run/switchd.t +t/lib/Dev/Null.pm Test::More test module t/lib/dprof/test1_t Perl code profiler tests t/lib/dprof/test1_v Perl code profiler tests t/lib/dprof/test2_t Perl code profiler tests diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 144b353..898ea1c 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -881,7 +881,7 @@ package Maintainers; 'FILES' => q[lib/Test/Simple.pm lib/Test/Simple lib/Test/Builder.pm lib/Test/Builder lib/Test/More.pm - t/lib/Test/Simple], + t/lib/Test/Simple t/lib/Dev/Null.pm], 'CPAN' => 1, }, diff --git a/lib/Test/Simple/t/lib/Dev/Null.pm b/t/lib/Dev/Null.pm similarity index 100% rename from lib/Test/Simple/t/lib/Dev/Null.pm rename to t/lib/Dev/Null.pm