This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update List-Util to CPAN version 1.25
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Sun, 27 May 2012 21:19:38 +0000 (22:19 +0100)
committerbingos <bingos@azkaban.(none)>
Tue, 12 Jun 2012 10:03:21 +0000 (11:03 +0100)
commit3630f57ef8a29a646a6848f4e93d25ac47093a3c
treeff688ac4d2523139edb7e3efbe8e7dd96d9fa419
parente5cccf3ce5d62591703f2998f30d65ba7f551844
Update List-Util to CPAN version 1.25

  [DELTA]

1.25 -- Sat Mar 24 13:10:13 UTC 2012

  * Restore back-compat. to perl 5.6 (thanks to Zefram)

1.24 -- Thu Mar 22 18:10:10 UTC 2012

  * Update to 1.24 release version (no other changes since 1.23_04).

1.23_04 -- Sat Mar 10 00:16:16 UTC 2012

  * RT#72700 Fix off-by-two on string literal length

1.23_03 -- Tue Sep 14 10:09:59 CDT 2010

  * Min perl version supported for build is not 5.008
  * Dropped the pure-Perl implementation of both Scalar::- and List::Util.
  * RT#61118 Fix assumption in sum() that once magic, always magic

1.23_02 -- Tue Mar 30 11:09:15 CDT 2010

  * Fix first() and reduce() to check the callback first; &first(1) is now illigal. [gfx]
  * Fix reduce() to allow XSUB callbacks [gfx]
  * Fix first() to allow XSUB callbacks [gfx]
  * Resolve RT #55763: tainted() doesn't do SvGETMAGIC(sv) [gfx]
  * define CvISXSUB so older perl versions will still compile

1.23_01 -- Mon Mar 22 08:24:11 CDT 2010

  * Add failing tests; SVt_RV is not directly SvROK [gfx]
  * Implement openhandle() in XS (with extra tests) [gfx]
  * Modernize *.pm [gfx]
  * Modernize ListUtil.xs [gfx]
  * Add ppport.h [gfx]
  * Fix an overloading issue on sum(), and add tests for overloading [gfx]
  * Small tweaks for minstr()/maxstr() [gfx]
  * Optimize dualvar() [gfx]
  * Use sv_copypv() instead of SvPV() and sv_setpv() [gfx]
  * avoid non-portable warnings
39 files changed:
MANIFEST
Porting/Maintainers.pl
cpan/List-Util/Changes
cpan/List-Util/ListUtil.xs
cpan/List-Util/Makefile.PL
cpan/List-Util/XS.pp [deleted file]
cpan/List-Util/lib/List/Util.pm
cpan/List-Util/lib/List/Util/PP.pm [deleted file]
cpan/List-Util/lib/List/Util/XS.pm
cpan/List-Util/lib/Scalar/Util.pm
cpan/List-Util/lib/Scalar/Util/PP.pm [deleted file]
cpan/List-Util/t/expfail.t [deleted file]
cpan/List-Util/t/first.t
cpan/List-Util/t/getmagic-once.t [new file with mode: 0644]
cpan/List-Util/t/max.t
cpan/List-Util/t/min.t
cpan/List-Util/t/openhan.t
cpan/List-Util/t/p_00version.t [deleted file]
cpan/List-Util/t/p_blessed.t [deleted file]
cpan/List-Util/t/p_first.t [deleted file]
cpan/List-Util/t/p_lln.t [deleted file]
cpan/List-Util/t/p_max.t [deleted file]
cpan/List-Util/t/p_maxstr.t [deleted file]
cpan/List-Util/t/p_min.t [deleted file]
cpan/List-Util/t/p_minstr.t [deleted file]
cpan/List-Util/t/p_openhan.t [deleted file]
cpan/List-Util/t/p_readonly.t [deleted file]
cpan/List-Util/t/p_reduce.t [deleted file]
cpan/List-Util/t/p_refaddr.t [deleted file]
cpan/List-Util/t/p_reftype.t [deleted file]
cpan/List-Util/t/p_shuffle.t [deleted file]
cpan/List-Util/t/p_sum.t [deleted file]
cpan/List-Util/t/p_tainted.t [deleted file]
cpan/List-Util/t/reduce.t
cpan/List-Util/t/reftype.t
cpan/List-Util/t/sum.t
cpan/List-Util/t/tainted.t
mkppport.lst
pod/perldelta.pod