From: Josh ben Jore Date: Fri, 9 Apr 2010 20:44:09 +0000 (-0700) Subject: Add bug to known issues for perl-v5.12.0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=369140536446def0db99c5759f413eb0fb9b2541;p=p5sagit%2Fp5-mst-13.2.git Add bug to known issues for perl-v5.12.0 --- 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