Skip to content

Commit

Permalink
perldelta: add entry for &CORE::chdir
Browse files Browse the repository at this point in the history
  • Loading branch information
mauke committed Jul 1, 2024
1 parent 3d7d813 commit 12d0a0c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pod/perldelta.pod
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ here, but most should go in the L</Performance Enhancements> section.

[ List each enhancement as a =head2 entry ]

=head2 More CORE:: subs

C<chdir> 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
Expand Down

0 comments on commit 12d0a0c

Please sign in to comment.