[libcpan-meta-requirements-perl] branch master updated (76f35b9 -> 1b91069)

gregor herrmann gregoa at debian.org
Wed May 6 18:07:41 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  76f35b9   update changelog
      adds  ddff091   bump Changes
      adds  a5ec06d   from_string_hash and add_string_requirement take vstrings
      adds  423cb60   modernize repo layout and meta
      adds  118a3f8   update Changes
      adds  814980c   update Makefile.PL
      adds  572abf0   After release: bump $VERSION and timestamp Changes
      adds  6d02ecf   updated Makefile.PL
      adds  41fff2f   Tidy code
      adds  e1b5d06   bad_version_hook gets 2nd param of module-name
      adds  4585ca1   from_string_hash can take options arg
      adds  d2056c1   Coerce to 0 and carp when a_s_r/f_s_h get undef/"" version
      adds  a49b633   update Changes
      adds  9863293   After release: bump $VERSION and timestamp Changes
      adds  11effe5   add strings.t left behind in CPAN::Meta
      adds  d109056   Optimize merging Module => 0 into requirements
      adds  82eb0cd   add tests for accepts against a min req of 0
      adds  d6456c9   use version object instead of literal 0
      adds  ce5b110   Remove Scalar::Util dependency
      adds  612e22e   safer and more efficient version object coercion
      adds  3e242c0   update Changes and Makefile.PL
      adds  80aa87e   After release: bump $VERSION and timestamp Changes
      adds  ed96e2d   add tests for 0.00 precision preservation
      adds  6cbf6df   preserve precision of prereq of 0.00
      adds  c6a73b3   Update Makefile.PL
      adds  2378c1d   After release: bump $VERSION and timestamp Changes
      adds  74d337f   Optimize minimum requirements further
      adds  45ab612   update Changes
      adds  9a7481c   Update Makefile.PL
      adds  d4c5388   Imported Upstream version 2.133
       new  d673fc9   Merge tag 'upstream/2.133'
       new  523cda3   Update debian/changelog
       new  f3a96a1   Update years of packaging copyright.
       new  3af2a96   Declare compliance with Debian Policy 3.9.6.
       new  1b91069   releasing package libcpan-meta-requirements-perl version 2.133-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.mkdn             |  37 ++++------
 Changes                       |  45 ++++++++++++
 MANIFEST                      |   3 +-
 META.json                     |  20 +++---
 META.yml                      |  11 +--
 Makefile.PL                   |  15 ++--
 README                        |  22 ++++--
 cpanfile                      |   6 +-
 debian/changelog              |   9 +--
 debian/control                |   2 +-
 debian/copyright              |   2 +-
 dist.ini                      |   2 +-
 lib/CPAN/Meta/Requirements.pm | 162 ++++++++++++++++++++++++++++++------------
 t/00-report-prereqs.dd        |  10 +--
 t/00-report-prereqs.t         |  13 +++-
 t/accepts.t                   |  10 +++
 t/bad_version_hook.t          |  20 ++++--
 t/basic.t                     |  18 +++++
 t/from-hash.t                 |  39 ++++++++--
 t/strings.t                   |  78 ++++++++++++++++++++
 xt/author/00-compile.t        |   9 +--
 xt/author/pod-spell.t         |   5 ++
 xt/release/test-version.t     |   4 +-
 23 files changed, 406 insertions(+), 136 deletions(-)
 create mode 100644 t/strings.t

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