[libcpan-meta-perl] 01/05: Merge tag 'upstream/2.150010'

Nuno Carvalho smash at cpan.org
Fri Sep 2 14:11:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a commit to branch master
in repository libcpan-meta-perl.

commit 7e10a2d80c0f3f33790fa2da7c294dfb78924d32
Merge: 49cff5c 46a3125
Author: Nuno Carvalho <smash at cpan.org>
Date:   Fri Sep 2 14:15:35 2016 +0100

    Merge tag 'upstream/2.150010'
    
    Upstream version 2.150010

 Changes                               |  55 +++++
 LICENSE                               |   6 +-
 MANIFEST                              |  25 ++-
 META.json                             | 126 +++++++++---
 META.yml                              |  56 +++--
 Makefile.PL                           |  48 +++--
 README                                |  15 +-
 corpus/BadMETA.yml                    |  24 +++
 corpus/CL018_yaml.meta                |  75 +++++++
 corpus/META-VR.json                   |  33 +++
 corpus/META-VR.yml                    |  24 +++
 corpus/bareyaml.meta                  |  23 +++
 corpus/json.meta                      |  33 +++
 corpus/yaml.meta                      |  24 +++
 cpanfile                              |  79 +++++++-
 dist.ini                              | 193 +++++++++++++++---
 lib/CPAN/Meta.pm                      |  28 ++-
 lib/CPAN/Meta/Converter.pm            |  58 ++++--
 lib/CPAN/Meta/Feature.pm              |  10 +-
 lib/CPAN/Meta/History.pm              |  10 +-
 lib/CPAN/Meta/History/Meta_1_0.pod    |  50 +++--
 lib/CPAN/Meta/History/Meta_1_1.pod    |  50 +++--
 lib/CPAN/Meta/History/Meta_1_2.pod    | 104 +++++-----
 lib/CPAN/Meta/History/Meta_1_3.pod    | 122 +++++------
 lib/CPAN/Meta/History/Meta_1_4.pod    | 149 ++++++--------
 lib/CPAN/Meta/Merge.pm                |  68 ++++++-
 lib/CPAN/Meta/Prereqs.pm              |  73 ++++++-
 lib/CPAN/Meta/Spec.pm                 |  17 +-
 lib/CPAN/Meta/Validator.pm            |  20 +-
 lib/Parse/CPAN/Meta.pm                | 370 ++++++++++++++++++++++++++++++++++
 t/00-report-prereqs.dd                | 126 +++++++++---
 t/00-report-prereqs.t                 |  10 +-
 t/converter-bad.t                     |   7 +-
 t/converter-fail.t                    |   7 +-
 t/converter-fragments.t               |   5 +-
 t/converter.t                         |   7 +-
 t/data-valid/META-1_4.yml             |  49 +++++
 t/data-valid/META-2.json              |  82 ++++++++
 t/lib/Parse/CPAN/Meta/Test.pm         |  85 ++++++++
 t/load-bad.t                          |   5 +-
 t/merge.t                             |  56 ++++-
 t/meta-obj.t                          |  44 +++-
 t/no-index.t                          |   5 +-
 t/optional_feature-merge.t            |   5 +
 t/parse-cpan-meta/02_api.t            | 220 ++++++++++++++++++++
 t/parse-cpan-meta/03_functions.t      |  33 +++
 t/parse-cpan-meta/04_export.t         |  22 ++
 t/parse-cpan-meta/05_errors.t         |  24 +++
 t/prereqs-finalize.t                  |   5 +-
 t/prereqs-merge.t                     |  33 ++-
 t/prereqs.t                           |  18 +-
 t/repository.t                        |   5 +-
 t/save-load.t                         |   7 +-
 t/validator.t                         |   7 +-
 xt/author/00-compile.t                |   9 +-
 xt/{release => author}/pod-coverage.t |   0
 xt/author/pod-spell.t                 |  26 ++-
 xt/{release => author}/pod-syntax.t   |   1 +
 xt/{release => author}/portability.t  |   2 -
 xt/{release => author}/test-version.t |   4 +-
 60 files changed, 2400 insertions(+), 477 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcpan-meta-perl.git



More information about the Pkg-perl-cvs-commits mailing list