summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-04-15 15:04:29 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-04-15 15:04:29 +0000
commitdfa82ec08f53b0abdac8664d46a8aec1f3cfc21c (patch)
tree694e6cd2e4fcb0ddf7dca1ad51b800beb04dc66c /MANIFEST
parent5633ac3d94dbc07a1aa8ebb16acf681aa37837b9 (diff)
downloadperl-dfa82ec08f53b0abdac8664d46a8aec1f3cfc21c.tar.gz
Move the NoExporter test module under Test::Simple
(part of a plan to have modules self contained, and removing test modules from t/lib) p4raw-id: //depot/perl@33692
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST4
1 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST b/MANIFEST
index 9ddf38c35b..205d399c7e 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -2753,7 +2753,8 @@ 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/Dummy.pm Test::More test module
-lib/Test/Simple/t/lib/MyOverload.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/maybe_regex.t Test::Builder->maybe_regex() tests
lib/Test/Simple/t/missing.t Test::Simple test, missing tests
lib/Test/Simple/t/More.t Test::More test, basic stuff
@@ -3619,7 +3620,6 @@ t/lib/Math/BigInt/Subclass.pm Empty subclass of BigInt for test
t/lib/Math/BigRat/Test.pm Math::BigRat test helper
t/lib/mypragma.pm An example user pragma
t/lib/mypragma.t Test the example user pragma
-t/lib/NoExporter.pm Part of Test-Simple
t/lib/NoFork.pm Module for testing Test::Harness
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