perllocale: Don't mention /l modifier
authorKarl Williamson <public@khwilliamson.com>
Wed, 14 Dec 2011 04:13:10 +0000 (21:13 -0700)
committerKarl Williamson <public@khwilliamson.com>
Wed, 14 Dec 2011 17:56:57 +0000 (10:56 -0700)
The /l modifier really shouldn't be used explicitly.  So remove this
mention of it.  It is documented in perlre, with appropriate cautions
against its explicit use.

pod/perllocale.pod

index 01d3852..d97448e 100644 (file)
@@ -90,7 +90,7 @@ L<The setlocale function>.
 =head2 The use locale pragma
 
 By default, Perl ignores the current locale.  The S<C<use locale>>
-pragma and the C</l> regular expression modifier tell Perl to use the
+pragma tells Perl to use the
 current locale for some operations (C</l> for just pattern matching).
 
 The current locale is set at execution time by