[libcpan-meta-requirements-perl] branch master updated (1b91069 -> 176c955)

gregor herrmann gregoa at debian.org
Sun Dec 13 14:36:30 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-requirements-perl.

      from  1b91069   releasing package libcpan-meta-requirements-perl version 2.133-1
      adds  47ca233   After release: bump $VERSION and timestamp Changes
      adds  7e95586   a three-element list is not a pair!
      adds  b84f27d   structured_requirements_for_module
      adds  2277147   pod tweak
      adds  13b8611   rewrite structured in terms of string
      adds  2ed71ae   remove trailing space, commented code
      adds  ad8540a   document changes and update Makefile.PL
      adds  bd0aac4   After release: bump $VERSION and timestamp Changes
      adds  80f258f   make v5.6 requirement explicit
      adds  a4486d6   skip tests that need v-string magic on perls before v5.8.1
      adds  a9e7968   update Makefile.PL
      adds  91ed094   fix xt perl version test to ensure we target 5.6
      adds  fea6b0a   After release: bump $VERSION and timestamp Changes
      adds  cde8be7   pad literal v-strings to 3 characters on Perls before 5.8.1
      adds  d7868c0   protect _isa_version from non-ref arguments
      adds  e4baceb   update .travis.yml
      adds  f9a6e6c   fix t/bad_version_hook repeated use of hash key
      adds  f8a00d5   always check version::is_lax before converting
      adds  caef9dd   update travis.yml again -- perl 5.22 isn't available yet
      adds  c1df032   add test labels to help diagnose failure
      adds  efd68aa   narrow version check to just avoid known segfault
      adds  d6528fc   update Changes
      adds  cf7aef6   Update Makefile.PL
      adds  537e14a   After release: bump $VERSION and timestamp Changes
      adds  79a4fc6   on errors, say which module and how it failed
      adds  5e29cd9   changelog updates
      adds  ac8019b   Merge branch 'detailed-errors'
      adds  0553c7a   add a stopword
      adds  14f2615   After release: bump $VERSION and timestamp Changes
      adds  5d64570   ensure that only core/dual-life modules are used as prerequisites
      adds  1546a55   Merge commit '5d64570'
      adds  0aeea86   do not let Carp confuse our tests
      adds  76f9643   prep next release
      adds  0c1e181   After release: bump $VERSION and timestamp Changes
      adds  aba340e   Explode dist.ini authorbundle to explicit plugins
      adds  313e5c4   Update Makefile.PL
      adds  c52eb42   .mailmap
      adds  fb97929   Update Changes
      adds  2bc02c5   After release: bump $VERSION and timestamp Changes
      adds  07d79f3   Update Changes
      adds  b3606db   Imported Upstream version 2.140
       new  36b6774   Merge tag 'upstream/2.140'
       new  4247d40   Update debian/changelog
       new  cf94ae7   Update debian/upstream/metadata.
       new  f363642   Bump debhelper compatibility level to 9.
       new  176c955   releasing package libcpan-meta-requirements-perl version 2.140-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:
 Changes                               |  39 +++++++
 MANIFEST                              |   8 +-
 META.json                             |  77 +++++++++++---
 META.yml                              |  16 +--
 Makefile.PL                           |   7 +-
 README                                |  21 ++--
 cpanfile                              |  55 +++++++++-
 debian/changelog                      |   8 ++
 debian/compat                         |   2 +-
 debian/control                        |   2 +-
 debian/upstream/metadata              |   6 +-
 dist.ini                              | 154 ++++++++++++++++++++++++++--
 lib/CPAN/Meta/Requirements.pm         | 187 +++++++++++++++++++++++++---------
 t/00-report-prereqs.dd                |  57 ++++++++++-
 t/00-report-prereqs.t                 |   2 +-
 t/accepts.t                           |  22 ++--
 t/bad_version_hook.t                  |  13 ++-
 t/basic.t                             |  34 +++++--
 t/finalize.t                          |   2 +
 t/from-hash.t                         |  13 ++-
 t/merge.t                             |   2 +
 t/strings.t                           |   2 +
 t/version-cleanup.t                   |   2 +
 xt/author/00-compile.t                |   9 +-
 xt/{release => author}/pod-coverage.t |   0
 xt/author/pod-spell.t                 |   3 +-
 xt/{release => author}/pod-syntax.t   |   1 +
 xt/{release => author}/test-version.t |  10 +-
 xt/release/minimum-version.t          |   2 +-
 29 files changed, 626 insertions(+), 130 deletions(-)
 rename xt/{release => author}/pod-coverage.t (100%)
 rename xt/{release => author}/pod-syntax.t (84%)
 rename xt/{release => author}/test-version.t (59%)

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



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