In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/c87874247c01e7cba2b8ded7ebf534760fbfb78f?hp=e80af1fd276d83858d27742ea887415e3263960b>

- Log -----------------------------------------------------------------
commit c87874247c01e7cba2b8ded7ebf534760fbfb78f
Author: Tony Cook <t...@develop-help.com>
Date:   Wed Jun 14 15:02:33 2017 +1000

    perldelta for e80af1fd276d
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index ddc2b6ffae..1163f9a4da 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -100,6 +100,12 @@ Code points over 0xFF do not make sense for bitwise 
operators.
 
 This has been deprecated since Perl 5.22 and a no-op since Perl 5.26.
 
+=head2 Backslash no longer escapes colon in PATH for the -S switch
+
+Previously the C<-S> switch incorrectly treated backslash ("\") as an
+escape for colon when traversing the C<PATH> environment variable.
+[perl #129183]
+
 =head1 Deprecations
 
 XXX Any deprecated features, syntax, modules etc. should be listed here.

--
Perl5 Master Repository

Reply via email to