summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2014-08-08 10:13:17 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2014-08-08 10:13:17 +0100
commitd393d7e5ec6b7f730534b83bdc21f8be28e554ed (patch)
tree1aa6de99b93444484a5df23eee118b7c19b6993b /MANIFEST
parent998ae67e4ef3c82df027eb4f422811225e7fc1ef (diff)
downloadperl-d393d7e5ec6b7f730534b83bdc21f8be28e554ed.tar.gz
Move ExtUtils-Install to cpan/
The Perl Toolchain Gang has agreed to maintain this.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST26
1 files changed, 13 insertions, 13 deletions
diff --git a/MANIFEST b/MANIFEST
index 035ed1088c..1d8411e485 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -947,6 +947,19 @@ cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm generate XS code for p
cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Utils.pm generate XS code to import C header constants
cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm generate XS code to import C header constants
cpan/ExtUtils-Constant/t/Constant.t See if ExtUtils::Constant works
+cpan/ExtUtils-Install/Changes ExtUtils-Install change log
+cpan/ExtUtils-Install/lib/ExtUtils/Installed.pm Information on installed extensions
+cpan/ExtUtils-Install/lib/ExtUtils/Install.pm Handles 'make install' on extensions
+cpan/ExtUtils-Install/lib/ExtUtils/Packlist.pm Manipulates .packlist files
+cpan/ExtUtils-Install/t/can_write_dir.t Does the _can_write_dir function of ExtUtils::Install work properly?
+cpan/ExtUtils-Install/t/Installapi2.t See if new api for ExtUtils::Install::install() works
+cpan/ExtUtils-Install/t/Installed.t See if ExtUtils::Installed works
+cpan/ExtUtils-Install/t/Install.t See if ExtUtils::Install works
+cpan/ExtUtils-Install/t/InstallWithMM.t See if ExtUtils::Install works (related to EUMM/t/basic.t)
+cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm MakeMaker test utilities
+cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm MakeMaker test utilities
+cpan/ExtUtils-Install/t/lib/TieOut.pm Testing library to capture prints
+cpan/ExtUtils-Install/t/Packlist.t See if Packlist works
cpan/ExtUtils-MakeMaker/bin/instmodsh Give information about installed extensions
cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm Calling MM functions from the cmd line
cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm Does the real work of the above
@@ -2897,19 +2910,6 @@ dist/ExtUtils-CBuilder/t/01-basic.t tests for ExtUtils::CBuilder
dist/ExtUtils-CBuilder/t/02-link.t tests for ExtUtils::CBuilder
dist/ExtUtils-CBuilder/t/03-cplusplus.t tests for ExtUtils::CBuilder
dist/ExtUtils-CBuilder/t/04-base.t tests for ExtUtils::CBuilder
-dist/ExtUtils-Install/Changes ExtUtils-Install change log
-dist/ExtUtils-Install/lib/ExtUtils/Installed.pm Information on installed extensions
-dist/ExtUtils-Install/lib/ExtUtils/Install.pm Handles 'make install' on extensions
-dist/ExtUtils-Install/lib/ExtUtils/Packlist.pm Manipulates .packlist files
-dist/ExtUtils-Install/t/can_write_dir.t Does the _can_write_dir function of ExtUtils::Install work properly?
-dist/ExtUtils-Install/t/Installapi2.t See if new api for ExtUtils::Install::install() works
-dist/ExtUtils-Install/t/Installed.t See if ExtUtils::Installed works
-dist/ExtUtils-Install/t/Install.t See if ExtUtils::Install works
-dist/ExtUtils-Install/t/InstallWithMM.t See if ExtUtils::Install works (related to EUMM/t/basic.t)
-dist/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm MakeMaker test utilities
-dist/ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm MakeMaker test utilities
-dist/ExtUtils-Install/t/lib/TieOut.pm Testing library to capture prints
-dist/ExtUtils-Install/t/Packlist.t See if Packlist works
dist/ExtUtils-ParseXS/Changes ExtUtils::ParseXS change log
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Constants.pm ExtUtils::ParseXS guts
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/CountLines.pm ExtUtils::ParseXS guts