This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Alphabetise perldiag
authorFather Chrysostomos <sprout@cpan.org>
Thu, 28 Aug 2014 19:41:05 +0000 (12:41 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 28 Aug 2014 19:41:05 +0000 (12:41 -0700)
Earlier in perldiag, it says:

    The messages are in alphabetical order, without regard to upper or
    lower-case.

pod/perldiag.pod

index 75c9774..910b838 100644 (file)
@@ -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