diff options
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 |