In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/c8dbf8cd68001653e6c7552aa8f11f0b9e504e3f?hp=c5bf89912ac990e9912d66fd31c49acfcd31a5f9>
- Log ----------------------------------------------------------------- commit c8dbf8cd68001653e6c7552aa8f11f0b9e504e3f Author: Abigail <[email protected]> Date: Thu Jul 8 09:21:22 2010 +0200 Fix typo ----------------------------------------------------------------------- Summary of changes: pod/perlop.pod | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pod/perlop.pod b/pod/perlop.pod index 8f1d1f5..3c6864a 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -1443,7 +1443,7 @@ made. Otherwise it returns false (specifically, the empty string). If the C</r> (non-destructive) option is used then it will perform the substitution on a copy of the string and return the copy whether or not a substitution occurred. The original string will always remain unchanged in -this case. The copy will always be a plain string, even If the input is an +this case. The copy will always be a plain string, even if the input is an object or a tied variable. If no string is specified via the C<=~> or C<!~> operator, the C<$_> -- Perl5 Master Repository
