This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Scalar-List-Utils to CPAN version 1.40
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Wed, 3 Sep 2014 18:13:06 +0000 (19:13 +0100)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Wed, 3 Sep 2014 19:46:32 +0000 (20:46 +0100)
commitd81c2d6ac7251c7a671bffcafe3dbcf20a83bb8a
tree7cbde3bbc0d806bdf44966db206f9d5119d2fe31
parent03fa83ba2035289e6ac69e9f1228252bcc3c0b9d
Update Scalar-List-Utils to CPAN version 1.40

  [DELTA]

1.40 -- 2014/08/30 11:36:36
  [CHANGES]
   * Added entire new module, Sub::Util to contain functions related
     to CODE refs
   * Added subname inspired by Sub::Identify
   * Added set_subname copied and renamed from Sub::Name
   * Also moved set_prototype into Sub::Name, with back-compat wrapper
     in Scalar::Util
   * Added prototype wrapper of CODE::prototype, for completeness
   * Nicer module documentation format, allows neater use of L</...>

  [THANKS]
   * This change was written at the YAPC::EU 2014 Hackathon hosted by
     Liz Mattijsen and Wendy van Dijk; much thanks to them for being its
     catalyst.
15 files changed:
MANIFEST
Makefile.SH
Porting/Maintainers.pl
cpan/Scalar-List-Utils/ListUtil.xs
cpan/Scalar-List-Utils/lib/List/Util.pm
cpan/Scalar-List-Utils/lib/List/Util/XS.pm
cpan/Scalar-List-Utils/lib/Scalar/Util.pm
cpan/Scalar-List-Utils/lib/Sub/Util.pm [new file with mode: 0644]
cpan/Scalar-List-Utils/t/prototype.t [new file with mode: 0644]
cpan/Scalar-List-Utils/t/scalarutil-proto.t [moved from cpan/Scalar-List-Utils/t/proto.t with 100% similarity]
cpan/Scalar-List-Utils/t/subname.t [new file with mode: 0644]
lib/.gitignore
t/porting/known_pod_issues.dat
win32/Makefile
win32/makefile.mk