This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade CPAN-Meta from 2.150005 -> 2.150010 (Parse-CPAN-Meta now combined into this...
authorKaren Etheridge <ether@cpan.org>
Thu, 18 Aug 2016 17:14:00 +0000 (10:14 -0700)
committerJames E Keenan <jkeenan@cpan.org>
Fri, 19 Aug 2016 23:44:35 +0000 (19:44 -0400)
commitf33f0562d25702270132a7cd9a85866f61c34473
tree6edf08c9b3bd5025cd57dd2c4cbd0e8c7b530bbf
parent4690a2e02d47daf03446be6bc0143d8aa16bdb9f
Upgrade CPAN-Meta from 2.150005 -> 2.150010 (Parse-CPAN-Meta now combined into this distribution)

    2.150010  2016-08-18 12:10:08-04:00 America/New_York

      [FIXED]

      - the YAML and JSON backend variables are ignored when building/testing the
        perl core itself, where non-core backends are not yet installed.

      [CHANGED]

      - Added "use warnings" to Parse::CPAN::Meta

    2.150009  2016-07-02 21:07:49-04:00 America/New_York (TRIAL RELEASE)

      [FIXED]

      - Fixed used of Encode in Parse::CPAN::Meta::load_json_string
        (Cherry picked from Parse::CPAN::Meta 1.4422)

    2.150008  2016-06-28 17:01:03-04:00 America/New_York (TRIAL RELEASE)

      [ADDED]

      - Merged Parse::CPAN::Meta 1.4420 into this distribution

    2.150007  2016-06-28 03:48:16-04:00 America/New_York (TRIAL RELEASE)

      [FIXED]

      - The cloning routine would raise an error on expected types when it
        previously would stringify.  The old behavior is restored.

    2.150006  2016-06-23 20:05:46-04:00 America/New_York (TRIAL RELEASE)

      [FIXED]

      - CPAN::Meta::Prereqs now fully accepts phases and types starting with 'x_'.
        New 'phases' and 'types_in' interfaces have been added.

      - No longer relies on JSON backend for data structure cloning. This is
        much faster than using JSON::PP.

      [TESTS]

      - The 'extra_mappings' feature for meta merging is now tested and
        documented.

      - During tests, delete new environment variables added by
        Parse::CPAN::Meta 1.4418

      [SPEC]

      - Clarifies acceptable values for booleans

      - Cleaned up text and links of historical specs.
48 files changed:
MANIFEST
Porting/Maintainers.pl
cpan/CPAN-Meta/corpus/BadMETA.yml [new file with mode: 0644]
cpan/CPAN-Meta/corpus/CL018_yaml.meta [moved from cpan/Parse-CPAN-Meta/corpus/CL018_yaml.meta with 100% similarity]
cpan/CPAN-Meta/corpus/META-VR.json [moved from cpan/Parse-CPAN-Meta/corpus/META-VR.json with 100% similarity]
cpan/CPAN-Meta/corpus/META-VR.yml [moved from cpan/Parse-CPAN-Meta/corpus/META-VR.yml with 100% similarity]
cpan/CPAN-Meta/corpus/bareyaml.meta [moved from cpan/Parse-CPAN-Meta/corpus/bareyaml.meta with 100% similarity]
cpan/CPAN-Meta/corpus/json.meta [moved from cpan/Parse-CPAN-Meta/corpus/json.meta with 100% similarity]
cpan/CPAN-Meta/corpus/yaml.meta [moved from cpan/Parse-CPAN-Meta/corpus/yaml.meta with 100% similarity]
cpan/CPAN-Meta/lib/CPAN/Meta/Converter.pm
cpan/CPAN-Meta/lib/CPAN/Meta/Feature.pm
cpan/CPAN-Meta/lib/CPAN/Meta/History.pm
cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_0.pod
cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_1.pod
cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_2.pod
cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_3.pod
cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_4.pod
cpan/CPAN-Meta/lib/CPAN/Meta/Merge.pm
cpan/CPAN-Meta/lib/CPAN/Meta/Prereqs.pm
cpan/CPAN-Meta/lib/CPAN/Meta/Spec.pm
cpan/CPAN-Meta/lib/CPAN/Meta/Validator.pm
cpan/CPAN-Meta/lib/Parse/CPAN/Meta.pm [moved from cpan/Parse-CPAN-Meta/lib/Parse/CPAN/Meta.pm with 88% similarity]
cpan/CPAN-Meta/t/README-data.txt [new file with mode: 0644]
cpan/CPAN-Meta/t/converter-bad.t
cpan/CPAN-Meta/t/converter-fail.t
cpan/CPAN-Meta/t/converter-fragments.t
cpan/CPAN-Meta/t/converter.t
cpan/CPAN-Meta/t/data-test/x_deprecated-META.json [new file with mode: 0644]
cpan/CPAN-Meta/t/data-valid/META-1_4.yml [new file with mode: 0644]
cpan/CPAN-Meta/t/data-valid/META-2.json [new file with mode: 0644]
cpan/CPAN-Meta/t/data-valid/x_deprecated-META.yml [new file with mode: 0644]
cpan/CPAN-Meta/t/lib/Parse/CPAN/Meta/Test.pm [moved from cpan/Parse-CPAN-Meta/t/lib/Parse/CPAN/Meta/Test.pm with 100% similarity]
cpan/CPAN-Meta/t/load-bad.t
cpan/CPAN-Meta/t/merge.t
cpan/CPAN-Meta/t/meta-obj.t
cpan/CPAN-Meta/t/no-index.t
cpan/CPAN-Meta/t/optional_feature-merge.t
cpan/CPAN-Meta/t/parse-cpan-meta/02_api.t [moved from cpan/Parse-CPAN-Meta/t/02_api.t with 84% similarity]
cpan/CPAN-Meta/t/parse-cpan-meta/03_functions.t [moved from cpan/Parse-CPAN-Meta/t/03_functions.t with 100% similarity]
cpan/CPAN-Meta/t/parse-cpan-meta/04_export.t [moved from cpan/Parse-CPAN-Meta/t/04_export.t with 100% similarity]
cpan/CPAN-Meta/t/parse-cpan-meta/05_errors.t [moved from cpan/Parse-CPAN-Meta/t/05_errors.t with 100% similarity]
cpan/CPAN-Meta/t/prereqs-finalize.t
cpan/CPAN-Meta/t/prereqs-merge.t
cpan/CPAN-Meta/t/prereqs.t
cpan/CPAN-Meta/t/repository.t
cpan/CPAN-Meta/t/save-load.t
cpan/CPAN-Meta/t/validator.t
t/TEST