[libscalar-list-utils-perl] branch master updated (b00ac3b -> 955f268)

Salvatore Bonaccorso carnil at debian.org
Wed Jul 1 05:31:00 UTC 2015


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  b00ac3b   Prepare changelog for release
      adds  fdecddb   Silence a warning properly
      adds  935183d   Merge pull request #22 from tomhukins/silence_test_warning
      adds  b558f92   Detect that the List::Util we're loading the XS via is a sufficient version when Scalar/Sub::Util load it (RT100863)
      adds  505900d   Insert a documentation note about not relying on the value of $_ within pair* function control blocks
      adds  fd9fa36   Add an unpairs() function; the inverse of L:U:pairs()
      adds  30a4b26   Reorder the block-taking pair* functions after the basic ones
      adds  cc4739d   More documentation to explain the use of the pairs/unpairs functions to implement a monomorphic lift (without actually scaring users by explaining it in those words directly)
      adds  4d5682a   Bumped version to 1.42; updated Changes notes
      adds  af83ede   Imported Upstream version 1.42
       new  a5aa552   Merge tag 'upstream/1.42'
       new  deb2a13   Update debian/changelog
       new  079e32a   Update copyright years for debian/* packaging files
       new  0741bae   Declare compliance with Debian policy 3.9.6
       new  0894813   Declare package as autopkgtestable
       new  955f268   Prepare changelog for release

The 6 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             |  12 ++++
 ListUtil.xs         | 191 ++++++++++++++++++++++++++++++++--------------------
 META.json           |   4 +-
 META.yml            |   4 +-
 MYMETA.json         |   4 +-
 MYMETA.yml          |   4 +-
 debian/changelog    |   9 +++
 debian/control      |   3 +-
 debian/copyright    |   2 +-
 lib/List/Util.pm    | 167 ++++++++++++++++++++++++++++++---------------
 lib/List/Util/XS.pm |   2 +-
 lib/Scalar/Util.pm  |   6 +-
 lib/Sub/Util.pm     |   6 +-
 t/pair.t            |  16 ++++-
 t/refaddr.t         |   2 +-
 15 files changed, 286 insertions(+), 146 deletions(-)

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