This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldiag: Clarify an entry
authorFather Chrysostomos <sprout@cpan.org>
Sun, 17 Nov 2013 14:03:57 +0000 (06:03 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 17 Nov 2013 21:08:53 +0000 (13:08 -0800)
‘5.12’ is meaningful to insiders, but it may not be understood by
readers in general.

pod/perldiag.pod

index 2c73b98..b337751 100644 (file)
@@ -3218,10 +3218,10 @@ See L<mro>.
 =item \N in a character class must be a named character: \N{...} in regex; 
 marked by <-- HERE in m/%s/
 
-(F) The new (5.12) meaning of C<\N> as C<[^\n]> is not valid in
-a bracketed character class, for the same reason that C<.> in
-a character class loses its specialness: it matches almost
-everything, which is probably not what you want.
+(F) The new (as of Perl 5.12) meaning of C<\N> as C<[^\n]> is not valid in a
+bracketed character class, for the same reason that C<.> in a character
+class loses its specialness: it matches almost everything, which is
+probably not what you want.
 
 =item \N{} in character class restricted to one character in regex; marked
 by <-- HERE in m/%s/