In perl.git, the branch maint-5.22 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/55b9cfd964014d3efee12e80d7a375542f1cf75e?hp=252ab0bb8fa8a2ec1f266cc4ef62c4afb520b30f>
- Log ----------------------------------------------------------------- commit 55b9cfd964014d3efee12e80d7a375542f1cf75e 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. (cherry picked from commit 1802421e7ca37d5f22605a97946d04b9b2375b43) ----------------------------------------------------------------------- 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 464d144..6542fb4 100644 --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -379,8 +379,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
