summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-11-09 22:31:26 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-11-09 22:31:26 +0000
commit11a33b18224cc51fe7d17e0e7afac0d8a1133c40 (patch)
treec2e0da995da4d505d815c0031b24c94895602751
parent6624c3964fd82233b8a5de0ee3b63f4b4b9c3f76 (diff)
downloadperl-11a33b18224cc51fe7d17e0e7afac0d8a1133c40.tar.gz
Delete MakeMaker's META.yml file.
(Currently the PAUSE indexer takes into account META files if and only if there's only one META file in a distribution.) p4raw-id: //depot/maint-5.6/perl-5.6.2@21696
-rw-r--r--MANIFEST1
-rw-r--r--lib/ExtUtils/META.yml14
2 files changed, 0 insertions, 15 deletions
diff --git a/MANIFEST b/MANIFEST
index 388154e0a9..2f80ef9fff 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -604,7 +604,6 @@ lib/ExtUtils/MakeMaker/Tutorial.pod Writing a module with MakeMaker
lib/ExtUtils/MakeMaker/vmsish.pm Platform agnostic vmsish.pm
lib/ExtUtils/Manifest.pm Utilities to write MANIFEST files
lib/ExtUtils/MANIFEST.SKIP The default MANIFEST.SKIP
-lib/ExtUtils/META.yml ExtUtils::MakeMaker metadata
lib/ExtUtils/Mkbootstrap.pm Writes a bootstrap file (see MakeMaker)
lib/ExtUtils/Mksymlists.pm Writes a linker options file for extensions
lib/ExtUtils/MM_Any.pm MakeMaker methods for Any OS
diff --git a/lib/ExtUtils/META.yml b/lib/ExtUtils/META.yml
deleted file mode 100644
index c8515482da..0000000000
--- a/lib/ExtUtils/META.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
-name: ExtUtils-MakeMaker
-version: 6.17
-version_from: lib/ExtUtils/MakeMaker.pm
-installdirs: perl
-requires:
- DirHandle: 0
- File::Basename: 0
- File::Spec: 0.8
- Pod::Man: 0
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.17