diff options
author | Craig A. Berry <craigberry@mac.com> | 2007-04-22 14:34:28 +0000 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2007-04-22 14:34:28 +0000 |
commit | a2afd30e9deb0557e418d7a2be7b6d880dd5ee21 (patch) | |
tree | ba94057b463b3bc8b22d093fe0ca1f03f15f680b /MANIFEST | |
parent | 65e807b815b1236dd131a40c532f9d657948ba20 (diff) | |
download | perl-a2afd30e9deb0557e418d7a2be7b6d880dd5ee21.tar.gz |
Move Module::Pluggable tests up under main test directory.
p4raw-id: //depot/perl@31019
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 100 |
1 files changed, 50 insertions, 50 deletions
@@ -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 |