summaryrefslogtreecommitdiff
path: root/pod/perlport.pod
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2016-03-25 08:13:00 -0400
committerJames E Keenan <jkeenan@cpan.org>2016-03-25 08:16:49 -0400
commit1802421e7ca37d5f22605a97946d04b9b2375b43 (patch)
treebd8001e543c9d9ad73a8573d0bb5b2633585415e /pod/perlport.pod
parentab7ca7edf202fe21133adbdca227b5cd8d15dced (diff)
downloadperl-1802421e7ca37d5f22605a97946d04b9b2375b43.tar.gz
Add 's' and 'S' to list of ANSI C portable filename characters.
For: RT #127783. Thanks to Jim Davis for report.
Diffstat (limited to 'pod/perlport.pod')
-rw-r--r--pod/perlport.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlport.pod b/pod/perlport.pod
index d77dfa951a..15d411c8eb 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
. _ -