Change 19937 by [EMAIL PROTECTED] on 2003/07/02 20:06:17
Decomplexing by Jim Cromie.
Affected files ...
... //depot/maint-5.8/perl/pod/perldelta.pod#12 edit
Differences ...
==== //depot/maint-5.8/perl/pod/perldelta.pod#12 (text) ====
Index: perl/pod/perldelta.pod
--- perl/pod/perldelta.pod#11~19936~ Wed Jul 2 13:04:39 2003
+++ perl/pod/perldelta.pod Wed Jul 2 13:06:17 2003
@@ -48,7 +48,7 @@
closures. Although this means that Perl is now more "correct", it is
possible that some existing code will break that happens to rely on
the faulty behaviour. In practice this is unlikely unless your code
-contains very complexly nested anonymous subs, evals and lexicals.
+contains a very complex nesting of anonymous subs, evals and lexicals.
=head1 Core Enhancements
End of Patch.