summaryrefslogtreecommitdiff
path: root/pod/perlreapi.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-11-27 15:04:18 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-11-27 15:04:18 +0000
commit99d59c4d6ec779a042ed49eb48c7c7aa214343c2 (patch)
tree580954394dcdb50c5df247c1ed1d2c66826caa0d /pod/perlreapi.pod
parentf89caa8dde834be31c14e0d732dd83ec6792b94e (diff)
downloadperl-99d59c4d6ec779a042ed49eb48c7c7aa214343c2.tar.gz
Doc nits -- avoid bare "5.10" version numbers without a
third component. (Suggested by Jarkko) p4raw-id: //depot/perl@32523
Diffstat (limited to 'pod/perlreapi.pod')
-rw-r--r--pod/perlreapi.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlreapi.pod b/pod/perlreapi.pod
index 6e5be84dc9..f8e9984341 100644
--- a/pod/perlreapi.pod
+++ b/pod/perlreapi.pod
@@ -302,7 +302,7 @@ variables, to do this in another engine use the following callback
Perl_croak(aTHX_ PL_no_modify);
}
-Actually perl 5.10 will not I<always> croak in a statement that looks
+Actually perl will not I<always> croak in a statement that looks
like it would modify a numbered capture variable. This is because the
STORE callback will not be called if perl can determine that it
doesn't have to modify the value. This is exactly how tied variables