[libscalar-list-utils-perl] branch master updated (63f80fc -> 2b31bb0)

Salvatore Bonaccorso carnil at debian.org
Mon Feb 8 16:06:08 UTC 2016


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

carnil pushed a change to branch master
in repository libscalar-list-utils-perl.

      from  63f80fc   update changelog
      adds  829b895   Don't include MYMETA.{json,yml} in MANIFEST
      adds  cfddbe0   Also add MYMETA.* to MANIFEST.SKIP
      adds  4f35a99   Added a couple more MANIFEST.SKIP patterns to avoid local files
      adds  38eb6a7   Split heading+minisynopsis for L:U:reduce()
      adds  0b986b9   List all exportable functions in main L:U SYNOPSIS
      adds  97c612e   Minor L:U documentation consistency fixes
      adds  adb8c10   Fix build on C89 compilers (e.g. VC++)
      adds  4bd730f   Merge pull request #24 from steve-m-hay/master
      adds  d5b728b   Declare MIN_PERL_VERSION in Makefile.PL
      adds  3e47871   Apply meta-spec version 2 metadata to Makefile.PL
      adds  dbb6893   Avoid divide-by-zero exception if product()'s accumulator is IV zero (RT105415)
      adds  2d7d98c   Add a TODO note to consider product() zero shortcircuit
      adds  dcf9198   Remove unused variables in pairmap()
      adds  2a7d276   Merge pull request #32 from ilmari/fix-unused-vars
      adds  63ca0b4   Expurge C99 comments
      adds  e47fed2   Merge pull request #31 from vpit/expurge-c99-comments-2
      adds  b09b1e8   List::Util: fix some integer overflows
      adds  ff909f8   List::Util: silence some compiler warnings
      adds  0925609   Ensure that we turn off SvTEMP if required during first()
      adds  1bddb84   Turn off SvTEMP also during any/all/none/notall
      adds  311fd39   Bumped version to 1.42_001; updated Changes notes
      adds  7b70f52   Added MIN_PERL_VERSION to Makefile.PL, so min perl version will be in META.*
      adds  c4305dc   Added "use warnings", so now all modules in the dist have it
      adds  3351a4e   Deleted the original MIN_PERL_VERSION, as it didn't have the version guard
      adds  56385b5   Merge pull request #36 from neilb/master
      adds  4527bee   Capture newly-added test file in MANIFEST
      adds  9cec0c9   Add MANIFEST.SKIP patterns for common editor backup/swapfiles
      adds  8bc9248   Remove stale documentation, add commas, article, etc.
      adds  a527e5b   Merge pull request #33 from benkasminbullock/master
      adds  4ae1903   $! is not a tied variable; it is magical
      adds  4372433   test product(0, 0) - RT#105415 PR#27
      adds  6bf75f2   Bumped version to 1.42_002; updated Changes notes
      adds  7f65c8d   Bump version to 1.43; collapse Changes notes
      adds  858c39e   Imported Upstream version 1.43
       new  beeeb6e   Merge tag 'upstream/1.43'
       new  ce6b2c7   Update debian/changelog
       new  a4684ac   Update copyright years for debian/* packaging files
       new  39aad12   Declare compliance with Debian policy 3.9.7
       new  2b31bb0   Prepare changelog for release

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             |  15 ++++++++
 ListUtil.xs         | 109 +++++++++++++++++++++++++++++++++++++++++++---------
 MANIFEST            |   3 +-
 META.json           |  18 ++++++---
 META.yml            |  11 ++++--
 MYMETA.json         |  46 ----------------------
 MYMETA.yml          |  24 ------------
 Makefile.PL         |  17 ++++++--
 debian/changelog    |   7 +++-
 debian/control      |   2 +-
 debian/copyright    |   2 +-
 lib/List/Util.pm    |  32 ++++++++++-----
 lib/List/Util/XS.pm |   3 +-
 lib/Scalar/Util.pm  |  30 ++++++---------
 lib/Sub/Util.pm     |   2 +-
 t/product.t         |  41 +++++++++++++++++++-
 t/rt-96343.t        |  35 +++++++++++++++++
 t/sum.t             |  12 +++++-
 18 files changed, 269 insertions(+), 140 deletions(-)
 delete mode 100644 MYMETA.json
 delete mode 100644 MYMETA.yml
 create mode 100644 t/rt-96343.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libscalar-list-utils-perl.git



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