From: Rafael Garcia-Suarez Date: Wed, 5 Apr 2006 12:56:10 +0000 (+0000) Subject: There should be only one META.yml file X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f8cd812dc4998f8b7cfb96262c9f9652d45d74e1;p=p5sagit%2Fp5-mst-13.2.git There should be only one META.yml file p4raw-id: //depot/perl@27721 --- diff --git a/MANIFEST b/MANIFEST index 1d1868d..5c618a4 100644 --- a/MANIFEST +++ b/MANIFEST @@ -346,7 +346,6 @@ ext/Devel/PPPort/HACKERS Devel::PPPort hackers documentation ext/Devel/PPPort/Makefile.PL Devel::PPPort makefile writer ext/Devel/PPPort/MANIFEST Devel::PPPort Manifest ext/Devel/PPPort/MANIFEST.SKIP Devel::PPPort Manifest skip specs -ext/Devel/PPPort/META.yml Devel::PPPort meta-data in YAML ext/Devel/PPPort/mktests.PL Devel::PPPort test file writer ext/Devel/PPPort/module2.c Devel::PPPort test file ext/Devel/PPPort/module3.c Devel::PPPort test file @@ -606,7 +605,6 @@ ext/Encode/lib/Encode/Supported.pod Documents for supported encodings ext/Encode/lib/Encode/Unicode/UTF7.pm Encode extension ext/Encode/Makefile.PL Encode extension makefile writer ext/Encode/MANIFEST Encode extension -ext/Encode/META.yml Module meta-data in YAML ext/Encode/README Encode extension ext/Encode/Symbol/Makefile.PL Encode extension ext/Encode/Symbol/Symbol.pm Encode extension diff --git a/ext/Devel/PPPort/META.yml b/ext/Devel/PPPort/META.yml deleted file mode 100644 index bb9694c..0000000 --- a/ext/Devel/PPPort/META.yml +++ /dev/null @@ -1,12 +0,0 @@ ---- #YAML:1.0 -name: Devel-PPPort -version: 3.08 -abstract: Perl/Pollution/Portability -license: perl -generated_by: ExtUtils::MakeMaker version 6.30_01 -author: Marcus Holland-Moritz -distribution_type: module -requires: -meta-spec: - url: ; - version: 1.1 diff --git a/ext/Encode/META.yml b/ext/Encode/META.yml deleted file mode 100644 index fa6e843..0000000 --- a/ext/Encode/META.yml +++ /dev/null @@ -1,10 +0,0 @@ -# http://module-build.sourceforge.net/META-spec.html -#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# -name: Encode -version: 2.14 -version_from: Encode.pm -installdirs: perl -requires: - -distribution_type: module -generated_by: ExtUtils::MakeMaker version 6.17