diff options
author | Josh ben Jore <jjore@cpan.org> | 2010-04-09 13:44:09 -0700 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-04-09 23:19:25 -0400 |
commit | 369140536446def0db99c5759f413eb0fb9b2541 (patch) | |
tree | 12ce16f2d707f4235e1630add5b27c6b99ac9ddb /pod/perl5120delta.pod | |
parent | 10b53e54b35afb95d0539352073152024b143922 (diff) | |
download | perl-369140536446def0db99c5759f413eb0fb9b2541.tar.gz |
Add bug to known issues for perl-v5.12.0
Diffstat (limited to 'pod/perl5120delta.pod')
-rw-r--r-- | pod/perl5120delta.pod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pod/perl5120delta.pod b/pod/perl5120delta.pod index adb496582d..35fab9ad22 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<List::Util::first> misbehaves in the presence of a lexical C<$_> (typically introduced by C<my $_> or implicitly by C<given>). The variable which gets set for each iteration is the package variable C<$_>, not the |