diff options
author | David Golden <dagolden@cpan.org> | 2011-02-15 22:35:53 -0500 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2011-02-15 22:50:32 -0500 |
commit | c05760c68edc298aadab73da2781ba0fe1cf24b6 (patch) | |
tree | 8fc3142573184b24aadc4c3dea70f1afd6d67f64 /cpan/CPAN-Meta/t/data-bad/META-1_2.yml | |
parent | 279627b48dfab08c484fbbb6c05d3964fa9529d2 (diff) | |
download | perl-c05760c68edc298aadab73da2781ba0fe1cf24b6.tar.gz |
Add CPAN::Meta as a dual-life module
CPAN::Meta version 2.110440 has been added as a dual-life module. It
provides a standard library to read, interpret and write CPAN distribution
metadata files (e.g. META.json and META.yml) which describes a
distribution, its contents, and the requirements for building it and
installing it. The latest CPAN distribution metadata specification is
included as CPAN::Meta::Spec and notes on changes in the specification
over time are given in CPAN::Meta::History.
CPAN::Meta is required for CPAN.pm and CPANPLUS to read META.json and
MYMETA.json files and is required by Module::Build and
ExtUtils::MakeMaker to generate META.json and MYMETA.json files
Diffstat (limited to 'cpan/CPAN-Meta/t/data-bad/META-1_2.yml')
-rw-r--r-- | cpan/CPAN-Meta/t/data-bad/META-1_2.yml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/cpan/CPAN-Meta/t/data-bad/META-1_2.yml b/cpan/CPAN-Meta/t/data-bad/META-1_2.yml new file mode 100644 index 0000000000..ef58965f9a --- /dev/null +++ b/cpan/CPAN-Meta/t/data-bad/META-1_2.yml @@ -0,0 +1,34 @@ +--- +name: Test-Harness-Straps +version: 0.30 +author: + - 'Michael G Schwern <schwern@pobox.com>' +license: perl +resources: + license: http://dev.perl.org/licenses/ +requires: + File::Spec: 0.6 +provides: + Test::Harness::Assert: + file: lib/Test/Harness/Assert.pm + version: 0.02 + Test::Harness::Iterator: + file: lib/Test/Harness/Iterator.pm + version: 0.02 + Test::Harness::Iterator::ARRAY: + file: lib/Test/Harness/Iterator.pm + Test::Harness::Iterator::FH: + file: lib/Test/Harness/Iterator.pm + Test::Harness::Point: + file: lib/Test/Harness/Point.pm + version: 0.01 + Test::Harness::Results: + file: lib/Test/Harness/Results.pm + version: 0.01 + Test::Harness::Straps: + file: lib/Test/Harness/Straps.pm + version: 0.30 +generated_by: Module::Build version 0.280801 +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.2.html + version: 1.2 |