From: Father Chrysostomos Date: Tue, 12 Nov 2013 22:28:26 +0000 (-0800) Subject: perldelta for 952ad5fef9, 6041797116, a93a1bfd14 X-Git-Tag: upstream/5.20.0~1263 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4105c9c0123d4cf7676766ed118596063b705b25;p=platform%2Fupstream%2Fperl.git perldelta for 952ad5fef9, 6041797116, a93a1bfd14 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 13b2dcd..fa9f0fa 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -509,6 +509,11 @@ Declaring a C, C, or C subroutine stub in the CORE::GLOBAL:: package no longer makes compilation of calls to the corresponding functions crash. +=item * + +Aliasing CORE::GLOBAL:: functions to constants stopped working in Perl 5.10 +but has now been fixed. + =back =head1 Known Problems