[libcpan-meta-perl] branch master updated (bcf2c87 -> b94edb3)

gregor herrmann gregoa at debian.org
Wed May 6 18:03:08 UTC 2015


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

gregoa pushed a change to branch master
in repository libcpan-meta-perl.

      from  bcf2c87   releasing package libcpan-meta-perl version 2.142690-1
      adds  82c4777   record release timestamp in Changes
      adds  6fe28fb   when discussing indexing eligibility, mention "release_status" and the version format
      adds  bd2f7e4   Give correct path in nested merges
      adds  61dfae3   Give clearer error messages when two scalars are incompatible in merge
      adds  3c9a610   Fix test for new error message
      adds  8313ebb   document CPAN::Meta::History::Meta_1_x additions
      adds  0eb9e87   document change from #67
      adds  b66ae15   fix misplaced changes entry
      adds  a8e1ad6   support merging the prereq hashes of two optional_features with the same name and description
      adds  d26af07   properly handle merging other keys in optional_features as well (their values must match)
      adds  612d8b5   remove strings test left over from CPAN::Meta::Requirements
      adds  a26e1e7   updated dist.init and cpanfile
      adds  127cb52   After release: timestamp Changes
      adds  7373301   Inline allowed license values in historic spec copies
      adds  b087716   Correct typo-catching typo
      adds  419dafc   document availability of upgrade_fragment
      adds  2e8a72b   assert minimum version needed for upgrade_fragment()
      adds  3b69a72   use AutoVersion while still keeping a $VERSION in the dist
      adds  21d8158   update cpanfile and stopwords
      adds  909f726   updated Changes
      adds  e8fee50   Update dist.ini style and repo meta files
      adds  e8d2d86   Imported Upstream version 2.150001
       new  6f5618c   Merge tag 'upstream/2.150001'
       new  1296fa1   Update debian/changelog
       new  4ce705f   Update filename in debian/libcpan-meta-perl.docs.
       new  f0f34da   Update years of packaging copyright.
       new  b94edb3   releasing package libcpan-meta-perl version 2.150001-1

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:
 CONTRIBUTING                       |  62 ----------------
 CONTRIBUTING.mkdn                  |  87 +++++++++++++++++++++++
 Changes                            |  24 +++++++
 MANIFEST                           |   6 +-
 META.json                          |  31 ++++----
 META.yml                           |  23 +++---
 Makefile.PL                        |  13 ++--
 README                             |  10 ++-
 cpanfile                           |   4 ++
 debian/changelog                   |   8 +++
 debian/copyright                   |   2 +-
 debian/libcpan-meta-perl.docs      |   2 +-
 dist.ini                           |  14 +++-
 lib/CPAN/Meta.pm                   |  25 ++++---
 lib/CPAN/Meta/Converter.pm         |  19 +++--
 lib/CPAN/Meta/Feature.pm           |   7 +-
 lib/CPAN/Meta/History.pm           |   7 +-
 lib/CPAN/Meta/History/Meta_1_0.pod |  55 +++++++++++++-
 lib/CPAN/Meta/History/Meta_1_1.pod |  57 ++++++++++++++-
 lib/CPAN/Meta/History/Meta_1_2.pod |  57 ++++++++++++++-
 lib/CPAN/Meta/History/Meta_1_3.pod |  73 ++++++++++++++++++-
 lib/CPAN/Meta/History/Meta_1_4.pod |  74 ++++++++++++++++++-
 lib/CPAN/Meta/Merge.pm             |  45 ++++++++++--
 lib/CPAN/Meta/Prereqs.pm           |   7 +-
 lib/CPAN/Meta/Spec.pm              |   7 +-
 lib/CPAN/Meta/Validator.pm         |   7 +-
 perlcritic.rc                      |   1 +
 t/00-report-prereqs.dd             |   8 ++-
 t/00-report-prereqs.t              |  13 +++-
 t/merge.t                          |   2 +-
 t/optional_feature-merge.t         | 142 +++++++++++++++++++++++++++++++++++++
 t/strings.t                        |  63 ----------------
 xt/author/00-compile.t             |   9 +--
 xt/author/pod-spell.t              |  21 ++++--
 xt/release/test-version.t          |   4 +-
 35 files changed, 756 insertions(+), 233 deletions(-)
 delete mode 100644 CONTRIBUTING
 create mode 100644 CONTRIBUTING.mkdn
 create mode 100644 t/optional_feature-merge.t
 delete mode 100644 t/strings.t

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