In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/4368ade6e8b90e883c9c9a6d3c3484da376607a6?hp=198496757f565fc7f3a0b7981477e98d66d70c40>
- Log ----------------------------------------------------------------- commit 4368ade6e8b90e883c9c9a6d3c3484da376607a6 Author: Leon Timmermans <[email protected]> Date: Tue Apr 19 01:04:49 2016 +0200 Add perldelta for d9fc04ee ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index c6ff164..85c7536 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -92,6 +92,13 @@ C<errno>, C<status>, C<uid>, C<pid>, C<addr> and C<band> fields are now included in the hash passed to the handler, if supported by the platform. +=head2 Hashbang redirection to Perl 6 + +Previously perl would redirect to another interpreter if it found a +hashbang path unless the path contains "perl" (see L<perlrun>). To improve +compatability with Perl 6 this behavior has been extended to also redirect +if "perl" is followed by "6". + =head1 Security =head2 Set proper umask before calling C<mkstemp(3)> -- Perl5 Master Repository
