X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperl5120delta.pod;h=35fab9ad22dac32d98e5b6027fdda18403063a5f;hb=45b194c55901890d782546bf70eee5b9b5451083;hp=0772e7045170e1e7e5ca1875298bb3cb69f26300;hpb=5e1d1895f3110c06f0dcf8fe607e40631f462791;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perl5120delta.pod b/pod/perl5120delta.pod index 0772e70..35fab9a 100644 --- a/pod/perl5120delta.pod +++ b/pod/perl5120delta.pod @@ -646,7 +646,14 @@ F, F, F, F, F, F, F, F, F, F, F, F, F, F, F, F, F, F, and -F are all now deprecated. Using them will incur a warning. +F are all now deprecated. Earlier, Perl's developers +intended to remove these libraries from Perl's core for the 5.14.0 release. + +During final testing before the release of 5.12.0, several developers +discovered current production code using these ancient libraries, some +inside the Perl core itself. Accordingly, the pumpking granted them +a stay of execution. They will begin to warn about their deprecation +in the 5.14.0 release and will be removed in the 5.16.0 release. =back @@ -3027,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