In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/29df0d74e3d7ce24a316ef1b297b6b0f6d63a54c?hp=c53cd05fe82f107ce9fb3b4a57e5d5d016ffc1f5>

- Log -----------------------------------------------------------------
commit 29df0d74e3d7ce24a316ef1b297b6b0f6d63a54c
Author: Ricardo Signes <[email protected]>
Date:   Wed Jan 28 08:08:29 2015 -0500

    perlop: m?? requires the m in v5.22, not v5.24
-----------------------------------------------------------------------

Summary of changes:
 pod/perlop.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pod/perlop.pod b/pod/perlop.pod
index 6c7d3b1..c278d81 100644
--- a/pod/perlop.pod
+++ b/pod/perlop.pod
@@ -2007,7 +2007,7 @@ The match-once behavior is controlled by the match 
delimiter being
 C<?>; with any other delimiter this is the normal C<m//> operator.
 
 In the past, the leading C<m> in C<m?PATTERN?> was optional, but was
-long deprecated.  As of v5.24.0, it is a syntax error.  If you
+long deprecated.  As of v5.22.0, it is a syntax error.  If you
 encounter this construct in older code, you can just add C<m>.
 
 =item s/PATTERN/REPLACEMENT/msixpodualngcer

--
Perl5 Master Repository

Reply via email to