diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-03-12 19:32:09 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-03-12 19:32:09 +0000 |
commit | 848ff2a150cfad8f690c08005ded4cfd53cfc6a3 (patch) | |
tree | 79a3a6f93c7908612184fe575ae27c3ee94b18b1 /MANIFEST | |
parent | 9bab90c0f28bfa909019e7c256fe9c7dfb6ca308 (diff) | |
download | perl-848ff2a150cfad8f690c08005ded4cfd53cfc6a3.tar.gz |
Move Module::Pluggable into ext/ as the next version has actions in its
Makefile.PL that we will need to run as part of a core build.
p4raw-id: //depot/perl@33499
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -908,6 +908,9 @@ ext/MIME/Base64/t/base64.t See whether MIME::Base64 works ext/MIME/Base64/t/quoted-print.t See whether MIME::QuotedPrint works ext/MIME/Base64/t/unicode.t See whether MIME::Base64 works ext/MIME/Base64/t/warn.t See whether MIME::Base64 works +ext/Module/Pluggable/lib/Devel/InnerPackage.pm Find inner packages +ext/Module/Pluggable/lib/Module/Pluggable/Object.pm Module::Pluggable +ext/Module/Pluggable/lib/Module/Pluggable.pm Module::Pluggable ext/NDBM_File/hints/cygwin.pl Hint for NDBM_File for named architecture ext/NDBM_File/hints/dec_osf.pl Hint for NDBM_File for named architecture ext/NDBM_File/hints/dynixptx.pl Hint for NDBM_File for named architecture @@ -1712,7 +1715,6 @@ lib/DBM_Filter/utf8.pm DBM Filter for UTF-8 Encoding lib/dbm_filter_util.pl Utility functions used by DBM Filter tests lib/DB.pm Debugger API (draft) lib/DB.t See if DB works -lib/Devel/InnerPackage.pm Find inner packages lib/Devel/SelfStubber.pm Generate stubs for SelfLoader.pm lib/Devel/SelfStubber.t See if Devel::SelfStubber works lib/diagnostics.pm Print verbose diagnostics @@ -2237,8 +2239,6 @@ lib/Module/Load/t/to_load/LoadMe.pl Module::Load tests lib/Module/Load/t/to_load/Must/Be/Loaded.pm Module::Load tests 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/mro.pm mro extension lib/Net/Changes libnet lib/Net/Cmd.pm libnet |