From: brian d foy
Date: Wed, 14 Oct 2009 08:08:25 +0000 (-0500)
Subject: Fix {$^MATCH} typo in perlre
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=632a17729efb9655763f2655b792586f90c0cc9d;p=p5sagit%2Fp5-mst-13.2.git
Fix {$^MATCH} typo in perlre
---
diff --git a/pod/perlre.pod b/pod/perlre.pod
index 10ea30e..49d44c0 100644
--- a/pod/perlre.pod
+++ b/pod/perlre.pod
@@ -62,7 +62,7 @@ Extend your pattern's legibility by permitting whitespace and comments.
=item p
X
X X
-Preserve the string matched such that ${^PREMATCH}, {$^MATCH}, and
+Preserve the string matched such that ${^PREMATCH}, ${^MATCH}, and
${^POSTMATCH} are available for use after matching.
=item g and c