X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/10b53e54b35afb95d0539352073152024b143922..369140536446def0db99c5759f413eb0fb9b2541:/pod/perl5120delta.pod diff --git a/pod/perl5120delta.pod b/pod/perl5120delta.pod index adb4965..35fab9a 100644 --- a/pod/perl5120delta.pod +++ b/pod/perl5120delta.pod @@ -3034,6 +3034,14 @@ from either 5.10.x or 5.8.x. =item * +Some CPANPLUS tests may fail if there is a functioning file +F<../../cpanp-run-perl> outside your build directory. The failure +shouldn't imply there's a problem with the actual functional +software. The bug is already fixed in [RT #74188] and is scheduled for +inclusion in perl-v5.12.1. + +=item * + C misbehaves in the presence of a lexical C<$_> (typically introduced by C or implicitly by C). The variable which gets set for each iteration is the package variable C<$_>, not the