From: Craig A. Berry Date: Sun, 22 Apr 2007 14:34:28 +0000 (+0000) Subject: Move Module::Pluggable tests up under main test directory. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a2afd30e9deb0557e418d7a2be7b6d880dd5ee21;p=p5sagit%2Fp5-mst-13.2.git Move Module::Pluggable tests up under main test directory. p4raw-id: //depot/perl@31019 --- diff --git a/MANIFEST b/MANIFEST index 7a9e182..20e0ef9 100644 --- a/MANIFEST +++ b/MANIFEST @@ -2202,56 +2202,6 @@ lib/Module/Load/t/to_load/TestModule.pm Module::Load tests lib/Module/Load/t/to_load/ToBeLoaded Module::Load tests lib/Module/Pluggable/Object.pm Module::Pluggable lib/Module/Pluggable.pm Module::Pluggable -lib/Module/Pluggable/t/01use.t Module::Pluggable tests -lib/Module/Pluggable/t/02alsoworks.t Module::Pluggable tests -lib/Module/Pluggable/t/02works.t Module::Pluggable tests -lib/Module/Pluggable/t/02works_taint.t Module::Pluggable tests -lib/Module/Pluggable/t/03diffname.t Module::Pluggable tests -lib/Module/Pluggable/t/04acmedir_single.t Module::Pluggable tests -lib/Module/Pluggable/t/04acmedir.t Module::Pluggable tests -lib/Module/Pluggable/t/04acmepath_single.t Module::Pluggable tests -lib/Module/Pluggable/t/04acmepath.t Module::Pluggable tests -lib/Module/Pluggable/t/05postpath.t Module::Pluggable tests -lib/Module/Pluggable/t/06multipath.t Module::Pluggable tests -lib/Module/Pluggable/t/07instantiate.t Module::Pluggable tests -lib/Module/Pluggable/t/08nothing.t Module::Pluggable tests -lib/Module/Pluggable/t/09require.t Module::Pluggable tests -lib/Module/Pluggable/t/10innerpack_inner.t Module::Pluggable tests -lib/Module/Pluggable/t/10innerpack_noinner.t Module::Pluggable tests -lib/Module/Pluggable/t/10innerpack_override.t Module::Pluggable tests -lib/Module/Pluggable/t/10innerpack.t Module::Pluggable tests -lib/Module/Pluggable/t/11usetwice.t Module::Pluggable tests -lib/Module/Pluggable/t/12onlyarray.t Module::Pluggable tests -lib/Module/Pluggable/t/12onlyregex.t Module::Pluggable tests -lib/Module/Pluggable/t/12only.t Module::Pluggable tests -lib/Module/Pluggable/t/13exceptarray.t Module::Pluggable tests -lib/Module/Pluggable/t/13exceptregex.t Module::Pluggable tests -lib/Module/Pluggable/t/13except.t Module::Pluggable tests -lib/Module/Pluggable/t/14package.t Module::Pluggable tests -lib/Module/Pluggable/t/15topicsafe.t Module::Pluggable tests -lib/Module/Pluggable/t/16different_extension.t Module::Pluggable tests -lib/Module/Pluggable/t/17devel_inner_package.t Module::Pluggable tests -lib/Module/Pluggable/t/18skipped_package.t Module::Pluggable tests -lib/Module/Pluggable/t/19can_ok_clobber.t Module::Pluggable tests -lib/Module/Pluggable/t/20dodgy_files.t Module::Pluggable tests -lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm Module::Pluggable tests -lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm Module::Pluggable tests -lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin Module::Pluggable tests -lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin Module::Pluggable tests -lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin Module::Pluggable tests -lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm Module::Pluggable tests -lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm Module::Pluggable tests -lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm Module::Pluggable tests -lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm Module::Pluggable tests -lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm Module::Pluggable tests -lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm Module::Pluggable tests -lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm Module::Pluggable tests -lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm Module::Pluggable tests -lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm Module::Pluggable tests -lib/Module/Pluggable/t/lib/No/Middle.pm Module::Pluggable tests -lib/Module/Pluggable/t/lib/OddTest/Plugin/-Dodgy.pm Module::Pluggable tests -lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm Module::Pluggable tests -lib/Module/Pluggable/t/lib/TA/C/A/I.pm Module::Pluggable tests lib/mro.pm mro extension lib/Net/Changes.libnet libnet lib/Net/Cmd.pm libnet @@ -3623,6 +3573,56 @@ t/lib/warnings/toke Tests for toke.c for warnings.t t/lib/warnings/universal Tests for universal.c for warnings.t t/lib/warnings/utf8 Tests for utf8.c for warnings.t t/lib/warnings/util Tests for util.c for warnings.t +t/Module_Pluggable/01use.t Module::Pluggable tests +t/Module_Pluggable/02alsoworks.t Module::Pluggable tests +t/Module_Pluggable/02works.t Module::Pluggable tests +t/Module_Pluggable/02works_taint.t Module::Pluggable tests +t/Module_Pluggable/03diffname.t Module::Pluggable tests +t/Module_Pluggable/04acmedir_single.t Module::Pluggable tests +t/Module_Pluggable/04acmedir.t Module::Pluggable tests +t/Module_Pluggable/04acmepath_single.t Module::Pluggable tests +t/Module_Pluggable/04acmepath.t Module::Pluggable tests +t/Module_Pluggable/05postpath.t Module::Pluggable tests +t/Module_Pluggable/06multipath.t Module::Pluggable tests +t/Module_Pluggable/07instantiate.t Module::Pluggable tests +t/Module_Pluggable/08nothing.t Module::Pluggable tests +t/Module_Pluggable/09require.t Module::Pluggable tests +t/Module_Pluggable/10innerpack_inner.t Module::Pluggable tests +t/Module_Pluggable/10innerpack_noinner.t Module::Pluggable tests +t/Module_Pluggable/10innerpack_override.t Module::Pluggable tests +t/Module_Pluggable/10innerpack.t Module::Pluggable tests +t/Module_Pluggable/11usetwice.t Module::Pluggable tests +t/Module_Pluggable/12onlyarray.t Module::Pluggable tests +t/Module_Pluggable/12onlyregex.t Module::Pluggable tests +t/Module_Pluggable/12only.t Module::Pluggable tests +t/Module_Pluggable/13exceptarray.t Module::Pluggable tests +t/Module_Pluggable/13exceptregex.t Module::Pluggable tests +t/Module_Pluggable/13except.t Module::Pluggable tests +t/Module_Pluggable/14package.t Module::Pluggable tests +t/Module_Pluggable/15topicsafe.t Module::Pluggable tests +t/Module_Pluggable/16different_extension.t Module::Pluggable tests +t/Module_Pluggable/17devel_inner_package.t Module::Pluggable tests +t/Module_Pluggable/18skipped_package.t Module::Pluggable tests +t/Module_Pluggable/19can_ok_clobber.t Module::Pluggable tests +t/Module_Pluggable/20dodgy_files.t Module::Pluggable tests +t/Module_Pluggable/acme/Acme/MyTest/Plugin/Foo.pm Module::Pluggable tests +t/Module_Pluggable/lib/Acme/MyTest/Plugin/Foo.pm Module::Pluggable tests +t/Module_Pluggable/lib/ExtTest/Plugin/Bar.plugin Module::Pluggable tests +t/Module_Pluggable/lib/ExtTest/Plugin/Foo.plugin Module::Pluggable tests +t/Module_Pluggable/lib/ExtTest/Plugin/Quux/Foo.plugin Module::Pluggable tests +t/Module_Pluggable/lib/InnerTest/Plugin/Foo.pm Module::Pluggable tests +t/Module_Pluggable/lib/MyOtherTest/Plugin/Bar.pm Module::Pluggable tests +t/Module_Pluggable/lib/MyOtherTest/Plugin/Foo.pm Module::Pluggable tests +t/Module_Pluggable/lib/MyOtherTest/Plugin/Quux/Foo.pm Module::Pluggable tests +t/Module_Pluggable/lib/MyOtherTest/Plugin/Quux.pm Module::Pluggable tests +t/Module_Pluggable/lib/MyTest/Extend/Plugin/Bar.pm Module::Pluggable tests +t/Module_Pluggable/lib/MyTest/Plugin/Bar.pm Module::Pluggable tests +t/Module_Pluggable/lib/MyTest/Plugin/Foo.pm Module::Pluggable tests +t/Module_Pluggable/lib/MyTest/Plugin/Quux/Foo.pm Module::Pluggable tests +t/Module_Pluggable/lib/No/Middle.pm Module::Pluggable tests +t/Module_Pluggable/lib/OddTest/Plugin/-Dodgy.pm Module::Pluggable tests +t/Module_Pluggable/lib/OddTest/Plugin/Foo.pm Module::Pluggable tests +t/Module_Pluggable/lib/TA/C/A/I.pm Module::Pluggable tests t/mro/basic_01_c3.t mro tests t/mro/basic_01_dfs.t mro tests t/mro/basic_02_c3.t mro tests diff --git a/lib/Module/Pluggable/t/01use.t b/t/Module_Pluggable/01use.t similarity index 100% rename from lib/Module/Pluggable/t/01use.t rename to t/Module_Pluggable/01use.t diff --git a/lib/Module/Pluggable/t/02alsoworks.t b/t/Module_Pluggable/02alsoworks.t similarity index 100% rename from lib/Module/Pluggable/t/02alsoworks.t rename to t/Module_Pluggable/02alsoworks.t diff --git a/lib/Module/Pluggable/t/02works.t b/t/Module_Pluggable/02works.t similarity index 100% rename from lib/Module/Pluggable/t/02works.t rename to t/Module_Pluggable/02works.t diff --git a/lib/Module/Pluggable/t/02works_taint.t b/t/Module_Pluggable/02works_taint.t similarity index 100% rename from lib/Module/Pluggable/t/02works_taint.t rename to t/Module_Pluggable/02works_taint.t diff --git a/lib/Module/Pluggable/t/03diffname.t b/t/Module_Pluggable/03diffname.t similarity index 100% rename from lib/Module/Pluggable/t/03diffname.t rename to t/Module_Pluggable/03diffname.t diff --git a/lib/Module/Pluggable/t/04acmedir.t b/t/Module_Pluggable/04acmedir.t similarity index 100% rename from lib/Module/Pluggable/t/04acmedir.t rename to t/Module_Pluggable/04acmedir.t diff --git a/lib/Module/Pluggable/t/04acmedir_single.t b/t/Module_Pluggable/04acmedir_single.t similarity index 100% rename from lib/Module/Pluggable/t/04acmedir_single.t rename to t/Module_Pluggable/04acmedir_single.t diff --git a/lib/Module/Pluggable/t/04acmepath.t b/t/Module_Pluggable/04acmepath.t similarity index 100% rename from lib/Module/Pluggable/t/04acmepath.t rename to t/Module_Pluggable/04acmepath.t diff --git a/lib/Module/Pluggable/t/04acmepath_single.t b/t/Module_Pluggable/04acmepath_single.t similarity index 100% rename from lib/Module/Pluggable/t/04acmepath_single.t rename to t/Module_Pluggable/04acmepath_single.t diff --git a/lib/Module/Pluggable/t/05postpath.t b/t/Module_Pluggable/05postpath.t similarity index 100% rename from lib/Module/Pluggable/t/05postpath.t rename to t/Module_Pluggable/05postpath.t diff --git a/lib/Module/Pluggable/t/06multipath.t b/t/Module_Pluggable/06multipath.t similarity index 100% rename from lib/Module/Pluggable/t/06multipath.t rename to t/Module_Pluggable/06multipath.t diff --git a/lib/Module/Pluggable/t/07instantiate.t b/t/Module_Pluggable/07instantiate.t similarity index 100% rename from lib/Module/Pluggable/t/07instantiate.t rename to t/Module_Pluggable/07instantiate.t diff --git a/lib/Module/Pluggable/t/08nothing.t b/t/Module_Pluggable/08nothing.t similarity index 100% rename from lib/Module/Pluggable/t/08nothing.t rename to t/Module_Pluggable/08nothing.t diff --git a/lib/Module/Pluggable/t/09require.t b/t/Module_Pluggable/09require.t similarity index 100% rename from lib/Module/Pluggable/t/09require.t rename to t/Module_Pluggable/09require.t diff --git a/lib/Module/Pluggable/t/10innerpack.t b/t/Module_Pluggable/10innerpack.t similarity index 100% rename from lib/Module/Pluggable/t/10innerpack.t rename to t/Module_Pluggable/10innerpack.t diff --git a/lib/Module/Pluggable/t/10innerpack_inner.t b/t/Module_Pluggable/10innerpack_inner.t similarity index 100% rename from lib/Module/Pluggable/t/10innerpack_inner.t rename to t/Module_Pluggable/10innerpack_inner.t diff --git a/lib/Module/Pluggable/t/10innerpack_noinner.t b/t/Module_Pluggable/10innerpack_noinner.t similarity index 100% rename from lib/Module/Pluggable/t/10innerpack_noinner.t rename to t/Module_Pluggable/10innerpack_noinner.t diff --git a/lib/Module/Pluggable/t/10innerpack_override.t b/t/Module_Pluggable/10innerpack_override.t similarity index 100% rename from lib/Module/Pluggable/t/10innerpack_override.t rename to t/Module_Pluggable/10innerpack_override.t diff --git a/lib/Module/Pluggable/t/11usetwice.t b/t/Module_Pluggable/11usetwice.t similarity index 100% rename from lib/Module/Pluggable/t/11usetwice.t rename to t/Module_Pluggable/11usetwice.t diff --git a/lib/Module/Pluggable/t/12only.t b/t/Module_Pluggable/12only.t similarity index 100% rename from lib/Module/Pluggable/t/12only.t rename to t/Module_Pluggable/12only.t diff --git a/lib/Module/Pluggable/t/12onlyarray.t b/t/Module_Pluggable/12onlyarray.t similarity index 100% rename from lib/Module/Pluggable/t/12onlyarray.t rename to t/Module_Pluggable/12onlyarray.t diff --git a/lib/Module/Pluggable/t/12onlyregex.t b/t/Module_Pluggable/12onlyregex.t similarity index 100% rename from lib/Module/Pluggable/t/12onlyregex.t rename to t/Module_Pluggable/12onlyregex.t diff --git a/lib/Module/Pluggable/t/13except.t b/t/Module_Pluggable/13except.t similarity index 100% rename from lib/Module/Pluggable/t/13except.t rename to t/Module_Pluggable/13except.t diff --git a/lib/Module/Pluggable/t/13exceptarray.t b/t/Module_Pluggable/13exceptarray.t similarity index 100% rename from lib/Module/Pluggable/t/13exceptarray.t rename to t/Module_Pluggable/13exceptarray.t diff --git a/lib/Module/Pluggable/t/13exceptregex.t b/t/Module_Pluggable/13exceptregex.t similarity index 100% rename from lib/Module/Pluggable/t/13exceptregex.t rename to t/Module_Pluggable/13exceptregex.t diff --git a/lib/Module/Pluggable/t/14package.t b/t/Module_Pluggable/14package.t similarity index 100% rename from lib/Module/Pluggable/t/14package.t rename to t/Module_Pluggable/14package.t diff --git a/lib/Module/Pluggable/t/15topicsafe.t b/t/Module_Pluggable/15topicsafe.t similarity index 100% rename from lib/Module/Pluggable/t/15topicsafe.t rename to t/Module_Pluggable/15topicsafe.t diff --git a/lib/Module/Pluggable/t/16different_extension.t b/t/Module_Pluggable/16different_extension.t similarity index 100% rename from lib/Module/Pluggable/t/16different_extension.t rename to t/Module_Pluggable/16different_extension.t diff --git a/lib/Module/Pluggable/t/17devel_inner_package.t b/t/Module_Pluggable/17devel_inner_package.t similarity index 100% rename from lib/Module/Pluggable/t/17devel_inner_package.t rename to t/Module_Pluggable/17devel_inner_package.t diff --git a/lib/Module/Pluggable/t/18skipped_package.t b/t/Module_Pluggable/18skipped_package.t similarity index 100% rename from lib/Module/Pluggable/t/18skipped_package.t rename to t/Module_Pluggable/18skipped_package.t diff --git a/lib/Module/Pluggable/t/19can_ok_clobber.t b/t/Module_Pluggable/19can_ok_clobber.t similarity index 100% rename from lib/Module/Pluggable/t/19can_ok_clobber.t rename to t/Module_Pluggable/19can_ok_clobber.t diff --git a/lib/Module/Pluggable/t/20dodgy_files.t b/t/Module_Pluggable/20dodgy_files.t similarity index 100% rename from lib/Module/Pluggable/t/20dodgy_files.t rename to t/Module_Pluggable/20dodgy_files.t diff --git a/lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm b/t/Module_Pluggable/acme/Acme/MyTest/Plugin/Foo.pm similarity index 100% rename from lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm rename to t/Module_Pluggable/acme/Acme/MyTest/Plugin/Foo.pm diff --git a/lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm b/t/Module_Pluggable/lib/Acme/MyTest/Plugin/Foo.pm similarity index 100% rename from lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm rename to t/Module_Pluggable/lib/Acme/MyTest/Plugin/Foo.pm diff --git a/lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin b/t/Module_Pluggable/lib/ExtTest/Plugin/Bar.plugin similarity index 100% rename from lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin rename to t/Module_Pluggable/lib/ExtTest/Plugin/Bar.plugin diff --git a/lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin b/t/Module_Pluggable/lib/ExtTest/Plugin/Foo.plugin similarity index 100% rename from lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin rename to t/Module_Pluggable/lib/ExtTest/Plugin/Foo.plugin diff --git a/lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin b/t/Module_Pluggable/lib/ExtTest/Plugin/Quux/Foo.plugin similarity index 100% rename from lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin rename to t/Module_Pluggable/lib/ExtTest/Plugin/Quux/Foo.plugin diff --git a/lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm b/t/Module_Pluggable/lib/InnerTest/Plugin/Foo.pm similarity index 100% rename from lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm rename to t/Module_Pluggable/lib/InnerTest/Plugin/Foo.pm diff --git a/lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm b/t/Module_Pluggable/lib/MyOtherTest/Plugin/Bar.pm similarity index 100% rename from lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm rename to t/Module_Pluggable/lib/MyOtherTest/Plugin/Bar.pm diff --git a/lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm b/t/Module_Pluggable/lib/MyOtherTest/Plugin/Foo.pm similarity index 100% rename from lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm rename to t/Module_Pluggable/lib/MyOtherTest/Plugin/Foo.pm diff --git a/lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm b/t/Module_Pluggable/lib/MyOtherTest/Plugin/Quux.pm similarity index 100% rename from lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm rename to t/Module_Pluggable/lib/MyOtherTest/Plugin/Quux.pm diff --git a/lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm b/t/Module_Pluggable/lib/MyOtherTest/Plugin/Quux/Foo.pm similarity index 100% rename from lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm rename to t/Module_Pluggable/lib/MyOtherTest/Plugin/Quux/Foo.pm diff --git a/lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm b/t/Module_Pluggable/lib/MyTest/Extend/Plugin/Bar.pm similarity index 100% rename from lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm rename to t/Module_Pluggable/lib/MyTest/Extend/Plugin/Bar.pm diff --git a/lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm b/t/Module_Pluggable/lib/MyTest/Plugin/Bar.pm similarity index 100% rename from lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm rename to t/Module_Pluggable/lib/MyTest/Plugin/Bar.pm diff --git a/lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm b/t/Module_Pluggable/lib/MyTest/Plugin/Foo.pm similarity index 100% rename from lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm rename to t/Module_Pluggable/lib/MyTest/Plugin/Foo.pm diff --git a/lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm b/t/Module_Pluggable/lib/MyTest/Plugin/Quux/Foo.pm similarity index 100% rename from lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm rename to t/Module_Pluggable/lib/MyTest/Plugin/Quux/Foo.pm diff --git a/lib/Module/Pluggable/t/lib/No/Middle.pm b/t/Module_Pluggable/lib/No/Middle.pm similarity index 100% rename from lib/Module/Pluggable/t/lib/No/Middle.pm rename to t/Module_Pluggable/lib/No/Middle.pm diff --git a/lib/Module/Pluggable/t/lib/OddTest/Plugin/-Dodgy.pm b/t/Module_Pluggable/lib/OddTest/Plugin/-Dodgy.pm similarity index 100% rename from lib/Module/Pluggable/t/lib/OddTest/Plugin/-Dodgy.pm rename to t/Module_Pluggable/lib/OddTest/Plugin/-Dodgy.pm diff --git a/lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm b/t/Module_Pluggable/lib/OddTest/Plugin/Foo.pm similarity index 100% rename from lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm rename to t/Module_Pluggable/lib/OddTest/Plugin/Foo.pm diff --git a/lib/Module/Pluggable/t/lib/TA/C/A/I.pm b/t/Module_Pluggable/lib/TA/C/A/I.pm similarity index 100% rename from lib/Module/Pluggable/t/lib/TA/C/A/I.pm rename to t/Module_Pluggable/lib/TA/C/A/I.pm diff --git a/t/TEST b/t/TEST index cfc0725..5c6c613 100755 --- a/t/TEST +++ b/t/TEST @@ -163,6 +163,7 @@ unless (@ARGV) { warn "$0: cannot open $mani: $!\n"; } unless ($::core) { + _find_tests('Module_Pluggable'); _find_tests('pod'); _find_tests('x2p'); _find_tests('japh') if $::torture; diff --git a/t/harness b/t/harness index 1ca02d9..e7c1e88 100644 --- a/t/harness +++ b/t/harness @@ -117,6 +117,7 @@ if (@ARGV) { } else { warn "$0: cannot open $mani: $!\n"; } + push @tests, ; push @tests, ; push @tests, ; }