perlre.pod: slight rewording
authorKarl Williamson <public@khwilliamson.com>
Thu, 23 Sep 2010 15:35:53 +0000 (09:35 -0600)
committerJesse Vincent <jesse@bestpractical.com>
Fri, 15 Oct 2010 14:14:29 +0000 (23:14 +0900)
pod/perlre.pod

index fd09566..7329bd8 100644 (file)
@@ -662,10 +662,10 @@ pragma.
 
 Note that the C<d>, C<l>, C<p>, and C<u> modifiers are special in that
 they can only be enabled, not disabled, and the C<d>, C<l>, and C<u>
-modifiers are mutually exclusive; a maximum of one may appear in the
-construct.  Specifying one de-specifies the others.  Thus, for example,
-C<(?-p)> and C<(?-d:...)> are meaningless and will warn when compiled
-under C<use warnings>.
+modifiers are mutually exclusive: specifying one de-specifies the
+others, and a maximum of one may appear in the construct.  Thus, for
+example, C<(?-p)>, C<(?-d:...)>, and C<(?-dl:...)> will warn when
+compiled under C<use warnings>.
 
 Note also that the C<p> modifier is special in that its presence
 anywhere in a pattern has a global effect.