In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/020d3472f2f73e041f3a99c9639a52f24c2022ed?hp=6471c6b052390adf292f03e095f3fe101e954a37>
- Log ----------------------------------------------------------------- commit 020d3472f2f73e041f3a99c9639a52f24c2022ed Author: Steve Hay <[email protected]> Date: Sat Jan 10 16:17:19 2015 +0000 Add missing =item * in perldelta (now perl5217delta) from commit 070733dfda ----------------------------------------------------------------------- Summary of changes: pod/perl5217delta.pod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pod/perl5217delta.pod b/pod/perl5217delta.pod index 9cd67c3..7b6e7b8 100644 --- a/pod/perl5217delta.pod +++ b/pod/perl5217delta.pod @@ -483,6 +483,8 @@ C<qr/@array(?{block})/> no longer dies with "Bizarre copy of ARRAY". C<eval '$variable'> in nested named subroutines would sometimes look up a global variable even with a lexical variable in scope. +=item * + In perl 5.20.0, C<sort CORE::fake> where 'fake' is anything other than a keyword started chopping of the last 6 characters and treating the result as a sort sub name. The previous behaviour of treating "CORE::fake" as a -- Perl5 Master Repository
