Change 20995 by [EMAIL PROTECTED] on 2003/09/02 14:43:45
Subject: [perl #23679] perl-5.8.1-RC4 perldelta typo
From: "[EMAIL PROTECTED] (via RT)" <[EMAIL PROTECTED]>
Date: 1 Sep 2003 22:11:00 -0000
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/maint-5.8/perl/pod/perldelta.pod#78 edit
Differences ...
==== //depot/maint-5.8/perl/pod/perldelta.pod#78 (text) ====
Index: perl/pod/perldelta.pod
--- perl/pod/perldelta.pod#77~20994~ Tue Sep 2 07:42:10 2003
+++ perl/pod/perldelta.pod Tue Sep 2 07:43:45 2003
@@ -706,7 +706,7 @@
Regexp objects (those created with C<qr>) now have S-magic rather than
R-magic. This fixed regexps of the form /...(??{...;$x})/ to no
-longer ignore changes made to $x. The S-magic avoids avoid dropping
+longer ignore changes made to $x. The S-magic avoids dropping
the caching optimization and making (??{...}) constructs obscenely
slow (and consequently useless). See also L<perlguts/"Magic Variables">.
Regexp::Copy was affected by this change.
End of Patch.