[libcpan-meta-perl] branch master updated (49cff5c -> e93d62a)

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 change to branch master
in repository libcpan-meta-perl.

      from  49cff5c   update changelog
      adds  46a3125   New upstream version 2.150010
       new  7e10a2d   Merge tag 'upstream/2.150010'
       new  af9d277   Update standards version
       new  2a739cb   Update copyright information
       new  601d3ff   Drop dependency
       new  e93d62a   New upstream release, ready for review

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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 ++++++-
 debian/changelog                        |  13 +-
 debian/control                          |   8 +-
 debian/copyright                        |   1 +
 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-fail => data-valid}/META-2.json |  98 +++++----
 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 +-
 63 files changed, 2385 insertions(+), 530 deletions(-)
 create mode 100644 corpus/BadMETA.yml
 create mode 100644 corpus/CL018_yaml.meta
 create mode 100644 corpus/META-VR.json
 create mode 100644 corpus/META-VR.yml
 create mode 100644 corpus/bareyaml.meta
 create mode 100644 corpus/json.meta
 create mode 100644 corpus/yaml.meta
 create mode 100644 lib/Parse/CPAN/Meta.pm
 create mode 100644 t/data-valid/META-1_4.yml
 copy t/{data-fail => data-valid}/META-2.json (77%)
 create mode 100644 t/lib/Parse/CPAN/Meta/Test.pm
 create mode 100644 t/parse-cpan-meta/02_api.t
 create mode 100644 t/parse-cpan-meta/03_functions.t
 create mode 100644 t/parse-cpan-meta/04_export.t
 create mode 100644 t/parse-cpan-meta/05_errors.t
 rename xt/{release => author}/pod-coverage.t (100%)
 rename xt/{release => author}/pod-syntax.t (84%)
 rename xt/{release => author}/portability.t (96%)
 rename xt/{release => author}/test-version.t (80%)

-- 
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