summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Timmermans <fawaka@gmail.com>2016-04-19 01:04:49 +0200
committerLeon Timmermans <fawaka@gmail.com>2016-04-19 01:06:25 +0200
commit4368ade6e8b90e883c9c9a6d3c3484da376607a6 (patch)
tree3fa23feb170784e40db88c3835db587ec9011e75
parent198496757f565fc7f3a0b7981477e98d66d70c40 (diff)
downloadperl-4368ade6e8b90e883c9c9a6d3c3484da376607a6.tar.gz
Add perldelta for d9fc04ee
-rw-r--r--pod/perldelta.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index c6ff164114..85c7536918 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)>