perldelta for 952ad5fef9, 6041797116, a93a1bfd14
authorFather Chrysostomos <sprout@cpan.org>
Tue, 12 Nov 2013 22:28:26 +0000 (14:28 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 12 Nov 2013 22:48:40 +0000 (14:48 -0800)
pod/perldelta.pod

index 13b2dcd..fa9f0fa 100644 (file)
@@ -509,6 +509,11 @@ Declaring a C<require>, C<glob>, or C<do> 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