Skip to content

Commit 4368ade

Browse files
committed
Add perldelta for d9fc04e
1 parent 1984967 commit 4368ade

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pod/perldelta.pod

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,13 @@ C<errno>, C<status>, C<uid>, C<pid>, C<addr> and C<band> fields are now
9292
included in the hash passed to the handler, if supported by the
9393
platform.
9494

95+
=head2 Hashbang redirection to Perl 6
96+
97+
Previously perl would redirect to another interpreter if it found a
98+
hashbang path unless the path contains "perl" (see L<perlrun>). To improve
99+
compatability with Perl 6 this behavior has been extended to also redirect
100+
if "perl" is followed by "6".
101+
95102
=head1 Security
96103

97104
=head2 Set proper umask before calling C<mkstemp(3)>

0 commit comments

Comments
 (0)