diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-12-14 14:36:56 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-12-14 16:28:41 -0800 |
commit | 070733dfda1bb0d07d337128db5d1e78f14e6562 (patch) | |
tree | 13597137b779b8c86280261109ceb43f25cde75c /pod/perldelta.pod | |
parent | 5371f1f7728a966b04f261c5a78b93c0b6083dbe (diff) | |
download | perl-070733dfda1bb0d07d337128db5d1e78f14e6562.tar.gz |
perldelta for 487e470d / #123410
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r-- | pod/perldelta.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 39ea78ee68..6ccd2eae87 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -516,6 +516,11 @@ 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. +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 +sort sub name has been restored. [perl #123410] + =back =head1 Known Problems |