perldelta for sort/require CORE:: (#24482)
authorFather Chrysostomos <sprout@cpan.org>
Mon, 10 Jun 2013 08:02:38 +0000 (01:02 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 10 Jun 2013 08:23:09 +0000 (01:23 -0700)
pod/perldelta.pod

index 0a93b8f..b98c67c 100644 (file)
@@ -558,6 +558,11 @@ confuse the regular expression parser.
 
 C<delete local $ENV{nonexistent_env_var}> no longer leaks memory.
 
+=item *
+
+C<sort> and C<require> followed by a keyword prefixed with C<CORE::> now
+treat it as a keyword, and not as a subroutine or module name. [RT #24482]
+
 =back
 
 =head1 Known Problems