In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/632a17729efb9655763f2655b792586f90c0cc9d?hp=e4d771f5006ebd70b76422437cce60e9ac40c830>

- Log -----------------------------------------------------------------
commit 632a17729efb9655763f2655b792586f90c0cc9d
Author: brian d foy <[email protected]>
Date:   Wed Oct 14 03:08:25 2009 -0500

    Fix {$^MATCH} typo in perlre
-----------------------------------------------------------------------

Summary of changes:
 pod/perlre.pod |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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</p> X<regex, preserve> X<regexp, preserve>
 
-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

--
Perl5 Master Repository

Reply via email to