From 315f11aa5a6d12fadc6dc03ca3bc26c69af24cb0 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 1 Dec 2010 16:34:25 -0700 Subject: Nit in perlre.pod --- pod/perlre.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pod/perlre.pod') diff --git a/pod/perlre.pod b/pod/perlre.pod index f415a16ffd..b74618f575 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -686,7 +686,7 @@ Note that the C, C, C

, and C modifiers are special in that they can only be enabled, not disabled, and the C, C, and C 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 +example, C<(?-p)>, C<(?-d:...)>, and C<(?dl:...)> will warn when compiled under C. Note also that the C

modifier is special in that its presence -- cgit v1.2.1