summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2016-07-17 22:28:32 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2016-07-17 22:28:32 +0100
commit33268ca2c9a8a80bfb001b16b2d1abe0a45a27ff (patch)
treefff699ae944a8de739e6d25716da32e957551f3f
parent5296cf986b8f91ec665736263bd5b9b819c07059 (diff)
downloadperl-33268ca2c9a8a80bfb001b16b2d1abe0a45a27ff.tar.gz
perldelta - Document previous commit
-rw-r--r--pod/perldelta.pod13
1 files changed, 13 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 9c822a0266..ccb6e60c7b 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -86,6 +86,19 @@ B<-Di> switch is working correctly.
=back
+=head1 Selected Bug Fixes
+
+=over 4
+
+=item *
+
+The change to hashbang redirection introduced in Perl 5.24.0, whereby perl
+would redirect to another interpreter (Perl 6) if it found a hashbang path
+which contains "perl" followed by "6", has been reverted because it broke in
+cases such as C<#!/opt/perl64/bin/perl>.
+
+=back
+
=head1 Acknowledgements
Perl 5.24.1 represents approximately 2 months of development since Perl 5.24.0