diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-09-03 19:13:06 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-09-03 20:46:32 +0100 |
commit | d81c2d6ac7251c7a671bffcafe3dbcf20a83bb8a (patch) | |
tree | 7cbde3bbc0d806bdf44966db206f9d5119d2fe31 /lib | |
parent | 03fa83ba2035289e6ac69e9f1228252bcc3c0b9d (diff) | |
download | perl-d81c2d6ac7251c7a671bffcafe3dbcf20a83bb8a.tar.gz |
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.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/.gitignore b/lib/.gitignore index 8d281cae43..816da15f58 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -161,6 +161,7 @@ /SelfLoader.pm /Socket.pm /Storable.pm +/Sub/ /Sys/ /TAP/ /Term/ |