This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldiag: reword and rewrap an entry
authorFather Chrysostomos <sprout@cpan.org>
Tue, 26 Aug 2014 01:05:56 +0000 (18:05 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 26 Aug 2014 05:17:02 +0000 (22:17 -0700)
I think ‘portable between’ sounds better in this particular context.
The rewrapping is for the sake of splain output.

pod/perldiag.pod

index 0ae6299..ffd8b16 100644 (file)
@@ -1435,10 +1435,10 @@ underlying byte is stored as a character, with utf8::encode().
 =item "\c%c" is more clearly written simply as "%s"
 
 (W syntax) The C<\cI<X>> construct is intended to be a way to specify
-non-printable characters.  You used it for a printable one, which is better
-written as simply itself, perhaps preceded by a backslash for non-word
-characters.  Doing it the way you did is not portable across ASCII vs
-EBCDIC platforms.
+non-printable characters.  You used it for a printable one, which
+is better written as simply itself, perhaps preceded by a backslash
+for non-word characters.  Doing it the way you did is not portable
+between ASCII and EBCDIC platforms.
 
 =item Cloning substitution context is unimplemented