Merge branch 'post-release-5.17,5' into blead
authorFlorian Ragwitz <rafl@debian.org>
Sat, 20 Oct 2012 17:46:19 +0000 (14:46 -0300)
committerFlorian Ragwitz <rafl@debian.org>
Sat, 20 Oct 2012 17:46:19 +0000 (14:46 -0300)
* post-release-5.17,5:
  Bump the version to 5.17.6
  Add a new perldelta
  Add the 5.17.5 epigraph
  Add 5.17.5 to perlhist
  Update Module::CoreList for 5.17.5
  Finalise perldelta

Conflicts:
pod/perldelta.pod

1  2 
pod/perldelta.pod

@@@ -149,132 -96,8 +96,8 @@@ XX
  
  =item *
  
- L<AutoLoader> has been upgraded from version 5.72 to 5.73.
- =item *
- L<B::Deparse> has been upgraded from version 1.17 to 1.18.  It no longer
- dies when deparsing C<sort> without arguments.  It now correctly omits the
- comma for C<system $prog @args> and C<exec $prog @args>.
- =item *
- L<bignum>, L<bigint> and L<bigrat> have been upgraded from version 0.30 to
- 0.31.  The overrides for C<hex> and C<oct> have been rewritten, eliminating
- several problems, and making one incompatible change:
- =over
- =item *
- Formerly, whichever of C<use bigint> or C<use bigrat> was compiled later
- would take precedence over the other, causing C<hex> and C<oct> not to
- respect the other pragma when in scope.
- =item *
- Using any of these three pragmata would cause C<hex> and C<oct> anywhere
- else in the program to evalute their arguments in list context and prevent
- them from inferring $_ when called without arguments.
- =item *
- Using any of these three pragmata would make C<oct("1234")> return 1234
- (for any number not beginning with 0) anywhere in the program.  Now "1234"
- is translated from octal to decimal, whether within the pragma's scope or
- not.
- =item *
- The global overrides that facilitate lexical use of C<hex> and C<oct> now
- respect any existing overrides that were in place before the new overrides
- were installed, falling back to them outside of the scope of C<use bignum>.
- =item *
- C<use bignum "hex">, C<use bignum "oct"> and similar invocations for bigint
- and bigrat now export a C<hex> or C<oct> function, instead of providing a
- global override.
- =back
- =item *
- L<Carp> has been upgraded from version 1.26 to 1.27.  The C<longmess()> and
- C<shortmess()> functions are now documented.
- =item *
 -L<XXX> has been upgraded from version A.xx to B.yy.
 +L<CPAN> has been upgraded from version 1.98 to 1.99_51.
  
- =item *
- L<CPANPLUS> has been upgraded from version 0.9131 to 0.9133.
- =item *
- L<Data::Dumper> has been upgraded from version 2.135_07 to 2.136.  This promotes
- the previous development release to a stable release.
- =item *
- L<Digest::SHA> has been upgraded from version 5.71 to 5.72.
- =item *
- L<ExtUtils::CBuilder> has been upgraded from version 0.280208 to 0.280209.  A
- list of symbols to export can now be passed to C<link()> when on Windows, as on
- other OSes [perl #115100].
- =item *
- L<feature> has been upgraded from version 1.30 to 1.31.
- =item *
- L<File::Glob> has been upgraded from version 1.17 to 1.18.  A
- space-separated list of patterns return long lists of results no longer
- results in memory corruption or crashes.  This bug was introduced in Perl
- 5.16.0.  [perl #114984]
- =item *
- L<HTTP::Tiny> has been upgraded from version 0.022 to 0.024.  This improves
- SSL support.
- =item *
- L<Module::CoreList> has been upgraded from version 2.73 to 2.74.
- =item *
- L<PerlIO::encoding> has been upgraded from version 0.15 to 0.16.  This is
- the module implementing the ":encoding(...)" I/O layer.  It no longer
- corrupts memory or crashes when the encoding back-end reallocates the
- buffer or gives it a typeglob or shared hash key scalar.
- =item *
- L<threads::shared> has been upgraded from version 1.41 to 1.42.  This adds
- support for dual-valued values as created by
- L<Scalar::Util::dualvar|Scalar::Util/"dualvar NUM, STRING">.
- =item *
- L<Unicode::Collate> hsa been upgraded from version 0.89 to 0.90.
- =item *
- L<Unicode::Normalize> has been upgraded from version 1.14 to 1.15.
- =item *
- L<warnings> has been upgraded from version 1.14 to 1.15.
- =item *
- L<Win32CORE> has been upgraded from version 0.03 to 0.04.
  =back
  
  =head2 Removed Modules and Pragmata