Move ExtUtils::Command from lib to ext.
[p5sagit/p5-mst-13.2.git] / MANIFEST
index a4fe424..145b65a 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1039,6 +1039,10 @@ ext/Errno/ChangeLog      Errno changes
 ext/Errno/Errno_pm.PL  Errno perl module create script
 ext/Errno/Makefile.PL  Errno extension makefile writer
 ext/Errno/t/Errno.t    See if Errno works
+ext/ExtUtils-Command/lib/ExtUtils/Command.pm   Utilities for Make on non-UNIX platforms
+ext/ExtUtils-Command/t/cp.t                    See if ExtUtils::Command works
+ext/ExtUtils-Command/t/eu_command.t            See if ExtUtils::Command works
+ext/ExtUtils-Command/t/lib/TieOut.pm           Testing library to capture prints
 ext/Fcntl/Fcntl.pm     Fcntl extension Perl module
 ext/Fcntl/Fcntl.xs     Fcntl extension external subroutines
 ext/Fcntl/Makefile.PL  Fcntl extension makefile writer
@@ -2061,6 +2065,22 @@ ext/Text-Soundex/README          README for Text::Soundex
 ext/Text-Soundex/Soundex.pm    Text::Soundex extension Perl module
 ext/Text-Soundex/Soundex.xs    Text::Soundex extension external subroutines
 ext/Text-Soundex/t/Soundex.t   test for Text::Soundex
+ext/Text-Tabs/CHANGELOG                        ChangeLog for Tabs+Wrap
+ext/Text-Tabs/lib/Text/Tabs.pm         Do expand and unexpand
+ext/Text-Tabs/lib/Text/Wrap.pm         Paragraph formatter
+ext/Text-Tabs/t/37000.t                        See if Text::Tabs is working
+ext/Text-Tabs/t/39548.t                        See if Text::Tabs is working
+ext/Text-Tabs/t/belg4mit.t             See if Text::Tabs is working
+ext/Text-Tabs/t/dandv.t                        See if Text::Tabs is working
+ext/Text-Tabs/t/fill.t                 See if Text::Wrap::fill works
+ext/Text-Tabs/t/Jacobson2.t            See if Text::Tabs is working
+ext/Text-Tabs/t/Jacobson.t             See if Text::Tabs is working
+ext/Text-Tabs/t/Jochen.t               See if Text::Tabs is working
+ext/Text-Tabs/t/sep2.t                 See if Text::Tabs is working
+ext/Text-Tabs/t/sep.t                  See if Text::Tabs is working
+ext/Text-Tabs/t/tabs.t                 See if Text::Tabs works
+ext/Text-Tabs/t/wrap_separator2.t      See if Text::Wrap::wrap works
+ext/Text-Tabs/t/wrap.t                 See if Text::Wrap::wrap works
 ext/Thread-Queue/lib/Thread/Queue.pm   Thread-safe queues
 ext/Thread-Queue/t/01_basic.t          Thread::Queue tests
 ext/Thread-Queue/t/02_refs.t           Thread::Queue tests
@@ -2537,7 +2557,6 @@ lib/ExtUtils/CBuilder/t/02-link.t tests for ExtUtils::CBuilder
 lib/ExtUtils/Changes           MakeMaker change log
 lib/ExtUtils/Changes_EU-Install                ExtUtils-Install change log
 lib/ExtUtils/Command/MM.pm     Calling MM functions from the cmd line
-lib/ExtUtils/Command.pm                Utilities for Make on non-UNIX platforms
 lib/ExtUtils/Constant/Base.pm  generate XS code to import C header constants
 lib/ExtUtils/Constant.pm       generate XS code to import C header constants
 lib/ExtUtils/Constant/ProxySubs.pm     generate XS code for proxy constants
@@ -2596,11 +2615,9 @@ lib/ExtUtils/t/can_write_dir.t   Does the _can_write_dir function of ExtUtils::Ins
 lib/ExtUtils/t/cd.t            Test to see cd works
 lib/ExtUtils/t/config.t                Test ExtUtils::MakeMaker::Config
 lib/ExtUtils/t/Constant.t      See if ExtUtils::Constant works
-lib/ExtUtils/t/cp.t            See if ExtUtils::Command works
 lib/ExtUtils/t/dir_target.t    Verify if dir_target() is supported
 lib/ExtUtils/t/Embed.t         See if ExtUtils::Embed and embedding works
 lib/ExtUtils/testlib.pm                Fixes up @INC to use just-built extension
-lib/ExtUtils/t/eu_command.t    See if ExtUtils::Command works
 lib/ExtUtils/t/FIRST_MAKEFILE.t                See if FIRST_MAKEFILE works
 lib/ExtUtils/t/fixin.t         See if ExtUtils::MakeMaker works
 lib/ExtUtils/t/fix_libs.t      Test for ExtUtils::MakeMaker
@@ -3364,25 +3381,6 @@ lib/Test/t/todo.t                See if Test works
 lib/Test/Tutorial.pod          A tutorial on writing tests
 lib/Text/Abbrev.pm             An abbreviation table builder
 lib/Text/Abbrev.t              Test Text::Abbrev
-lib/Text/ParseWords.pm         Perl module to split words on arbitrary delimiter
-lib/Text/ParseWords.t          See if Text::ParseWords works
-lib/Text/ParseWords/taint.t    See if Text::ParseWords works with tainting
-lib/Text/Tabs.pm               Do expand and unexpand
-lib/Text/TabsWrap/CHANGELOG    ChangeLog for Tabs+Wrap
-lib/Text/TabsWrap/t/37000.t    See if Text::Tabs is working
-lib/Text/TabsWrap/t/39548.t    See if Text::Tabs is working
-lib/Text/TabsWrap/t/belg4mit.t See if Text::Tabs is working
-lib/Text/TabsWrap/t/dandv.t    See if Text::Tabs is working
-lib/Text/TabsWrap/t/fill.t     See if Text::Wrap::fill works
-lib/Text/TabsWrap/t/Jacobson2.t        See if Text::Tabs is working
-lib/Text/TabsWrap/t/Jacobson.t See if Text::Tabs is working
-lib/Text/TabsWrap/t/Jochen.t   See if Text::Tabs is working
-lib/Text/TabsWrap/t/sep2.t     See if Text::Tabs is working
-lib/Text/TabsWrap/t/sep.t      See if Text::Tabs is working
-lib/Text/TabsWrap/t/tabs.t     See if Text::Tabs works
-lib/Text/TabsWrap/t/wrap_separator2.t  See if Text::Wrap::wrap works
-lib/Text/TabsWrap/t/wrap.t     See if Text::Wrap::wrap works
-lib/Text/Wrap.pm               Paragraph formatter
 lib/Thread.pm                  Thread extensions frontend
 lib/Thread.t                   Thread extensions frontend tests
 lib/Tie/Array.pm               Base class for tied arrays