Updated devel/p5-Module-Build-XSUtil to 0.15
Updated devel/p5-App-cpanminus to 1.7031
Updated devel/p5-CPAN-Perl-Releases to 2.14
Updated devel/p5-Config-Any to 0.25
Updated devel/p5-File-BaseDir to 0.07
----------------
1.7031 2015-04-22 14:13:37 PDT
[Bug Fixes]
- Fixed a rare case where circular dependencies in
cpanfile prevents satisfying modules from being
installed. (#452)
[Improvements]
- Stop reporting perl versions by default if running
under certain CI related env vars.
- Add 5 of BUILD_DEPENDS for make test
- Among make test items, waitpid() in test #11 won't return,
disable it for the moment by renaming 11*.t to 11*.t.orig. XXXXXX
(upstream)
- update to 1.33
----------------
1.33 2015-04-17
- Fix failing tests
- Fix manifest
--------------
1.42 -- 2015/04/23 01:25:55
[CHANGES]
* Added List::Util::unpairs() - the inverse of pairs()
* Documentation to pre-warn users about the possible behaviour in a
later version where the pair* higher-order functionals are no longer
transparent to $_
[BUGFIXES]
* Silence some warnings at test time
* Ensure that the List::Util we're loading the XS via is a sufficient
version when Scalar::Util or Sub::Util load it (RT100863)
--------------
0.50 Sun Apr 19 18:13:00 BST 2015
- Removed several memory leaks
Reported by @JRaspass (issue #24)
- any_number() no longer fails if it is never called
Contributed by @ptolemarch and @cavemanpi (issue #25)
Upstream changes:
0.38 Thu Sep 5 21:09:10 EDT 2013
- Update support information; no longer using dedicated mailing list.
0.39 Fri Jul 4 15:38:24 EDT 2014
- Repository migrated from Subversion to git. Development repository
initiated at https://github.com/jkeenan/list-compare.
0.40 Sat Feb 7 08:39:06 EST 2015
- Eliminated three unnecessary hash assignments.
0.41 Sun Feb 8 20:38:46 EST 2015
- Revised List::Compare::Functional::_intersection_engine() to eliminate
need to call _calculate_xintersection_only() and
_calculate_hash_intersection();
0.42 Wed Feb 11 20:57:43 EST 2015
- Improve performance of four List::Compare::Functional functions.
get_nonintersection
get_nonintersection_ref
get_symmetric_difference
get_symmetric_difference_ref
0.43 Thu Feb 12 19:14:35 EST 2015
- Improve performance of two List::Compare::Functional functions.
get_shared
get_shared_ref
0.44 Sun Feb 15 14:40:06 EST 2015
- Improve performance of complement-related functions in both functional
and object-oriented interfaces:
get_complement
get_complement_ref
get_complement_all
0.45 Mon Feb 16 16:59:03 EST 2015
- Improve performance of unique-related functions in both functional and
object-oriented interfaces:
get_unique
get_unique_ref
get_unique_all
0.46 Wed Feb 18 19:30:30 EST 2015
- Improve performance of List::Compare::Multiple::Accelerated methods:
get_intersection
get_intersection_ref
get_shared
get_shared_ref
0.47 Sun Feb 22 08:17:54 EST 2015
- Improve performance of List::Compare::Multiple::Accelerated methods:
get_nonintersection
get_nonintersection_ref
get_symmetric_difference
get_symmetric_difference_ref
0.48 Wed Feb 25 17:59:30 EST 2015
- Improve performance of is_LdisjointR in List::Compare::Functional and in
multiple accelerated mode of List::Compare.
0.49 Sun Mar 8 20:06:20 EDT 2015
- Add metadata to Makefile.PL.
Upstream changes:
0.24 Sat Jan 10 00:45:34 MST 2015
- simplified shabits() routine (bitwise input buffering)
-- slightly less efficient but easier to understand
- minor documentation tweaks and additions
0.23 Sun Jan 4 05:36:30 MST 2015
- updated to reflect Draft FIPS 202
-- append domain separation bits to message
-- implement SHAKE128 and SHAKE256 Extendable-Output
Functions (XOFs)
Upstream changes:
0.232 20150319
. Change line-endings in parent-pmc.t to unix EOLs so that bleadperl
is happy
. No code changes, no need to upgrade
0.231 20150309
. Really restore test compatibility where Perl does not provide
&Config::non_bincompat_options. This affected Perl
versions < 5.14 (RT #102626, patch by Matthew Horsfall)
. No code changes, no need to upgrade
0.230 20150309
. Restore test compatibility where Perl does not provide
&Config::non_bincompat_options. This affected Perl
versions < 5.14 (RT #102626)
. No code changes, no need to upgrade
0.229 20150307
. Add link to (Github) repository
Thanks to Neil Bowers for the idea
. Guard tests against PERL_DISABLE_PMC
Contributed by Bulk88
. No code changes, no need to upgrade
Upstream changes:
1.3135 2015-04-22
[DOCUMENTATION]
- Document how to work with Dist::Zilla and the 'devel' branch.
[ENHANCEMENTS]
- Deprecate 'auto_reload' and document alternatives. (GH#1106, isync)
- Change YAML tests to be in line with new specs. (GH#1108, Slaven Rezi)
[STATISTICS]
- code churn: 12 files changed, 150 insertions(+), 50 deletions(-)