In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/1802421e7ca37d5f22605a97946d04b9b2375b43?hp=ab7ca7edf202fe21133adbdca227b5cd8d15dced>

- Log -----------------------------------------------------------------
commit 1802421e7ca37d5f22605a97946d04b9b2375b43
Author: James E Keenan <[email protected]>
Date:   Fri Mar 25 08:13:00 2016 -0400

    Add 's' and 'S' to list of ANSI C portable filename characters.
    
    For: RT #127783.  Thanks to Jim Davis for report.
-----------------------------------------------------------------------

Summary of changes:
 pod/perlport.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pod/perlport.pod b/pod/perlport.pod
index d77dfa9..15d411c 100644
--- a/pod/perlport.pod
+++ b/pod/perlport.pod
@@ -376,8 +376,8 @@ semantics for that.  Let the operating system sort it out.
 
 The I<portable filename characters> as defined by ANSI C are
 
- a b c d e f g h i j k l m n o p q r t u v w x y z
- A B C D E F G H I J K L M N O P Q R T U V W X Y Z
+ a b c d e f g h i j k l m n o p q r s t u v w x y z
+ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
  0 1 2 3 4 5 6 7 8 9
  . _ -
 

--
Perl5 Master Repository

Reply via email to