summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-08-28 12:41:05 -0700
committerFather Chrysostomos <sprout@cpan.org>2014-08-28 12:41:05 -0700
commit65d013723243af0b1a8b24e6e404b9e22379e70a (patch)
treec3c85044fb21cd2fcef4fb2f9576226c0cfbd04b
parentabc0aa9d9625544dc299d6ca0d07dc9bd61cd947 (diff)
downloadperl-65d013723243af0b1a8b24e6e404b9e22379e70a.tar.gz
Alphabetise perldiag
Earlier in perldiag, it says: The messages are in alphabetical order, without regard to upper or lower-case.
-rw-r--r--pod/perldiag.pod12
1 files changed, 6 insertions, 6 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 75c977452a..910b838e4e 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -1334,6 +1334,12 @@ L</""\c%c" is more clearly written simply as "%s"">.
unsigned character, which makes no sense. Perl behaved as if you
tried to pack 0xFF.
+=item Character in 'c' format overflow in pack
+
+(W pack) You tried converting an infinity or not-a-number to a
+signed character, which makes no sense. Perl behaved as if you
+tried to pack 0xFF.
+
=item Character in 'C' format wrapped in pack
(W pack) You said
@@ -1349,12 +1355,6 @@ and so on) and not for Unicode characters, so Perl behaved as if you meant
If you actually want to pack Unicode codepoints, use the C<"U"> format
instead.
-=item Character in 'c' format overflow in pack
-
-(W pack) You tried converting an infinity or not-a-number to a
-signed character, which makes no sense. Perl behaved as if you
-tried to pack 0xFF.
-
=item Character in 'c' format wrapped in pack
(W pack) You said