diff --git a/pod/perldelta.pod b/pod/perldelta.pod index d2df15615a1c..16185ba30519 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -27,6 +27,14 @@ here, but most should go in the L section. [ List each enhancement as a =head2 entry ] +=head2 More CORE:: subs + +C has been added as a subroutine to the CORE:: namespace. + +Previously, code like C<&CORE::chdir($dir)> or C<< my $ref = \&CORE::chdir; +$ref->($dir) >> would throw an error saying C<&CORE::chdir cannot be called +directly>. These cases are now fully supported. + =head1 Security XXX Any security-related notices go here. In particular, any security