perldelta: ">" was missing its "C<"
authorKarl Williamson <public@khwilliamson.com>
Tue, 11 Jun 2013 02:41:56 +0000 (20:41 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 11 Jun 2013 02:43:47 +0000 (20:43 -0600)
pod/perldelta.pod

index c07c8ed..4d05077 100644 (file)
@@ -584,7 +584,7 @@ expression construct have been fixed.
 =item *
 
 C<(?[...])> now allows interpolation of precompiled patterns consisting of
-(?[...])> with bracket character classes inside (C<$pat =
+C<(?[...])> with bracket character classes inside (C<$pat =
 S<qr/(?[ [a] ])/;> S</(?[ $pat ])/>>).  Formerly, the brackets would
 confuse the regular expression parser.