perldelta for 069abe75ae, ae2c6838c9 and fcea1f7ab3
authorFather Chrysostomos <sprout@cpan.org>
Tue, 12 Nov 2013 22:23:44 +0000 (14:23 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 12 Nov 2013 22:48:40 +0000 (14:48 -0800)
pod/perldelta.pod

index 1c5da7d..f52de65 100644 (file)
@@ -496,6 +496,12 @@ crash.
 Declaring a subroutine stub named NEGATIVE_INDICES no longer makes negative
 array indices crash when the current package is a tied array class.
 
+=item *
+
+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.
+
 =back
 
 =head1 Known Problems