In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/76b80f303d1af358e809523ad84510169ea3bce2?hp=6af40bd7eed11bbc14c315986f938ecb5094be0b>
- Log ----------------------------------------------------------------- commit 76b80f303d1af358e809523ad84510169ea3bce2 Author: Father Chrysostomos <[email protected]> Date: Wed Apr 18 22:44:04 2012 -0700 perl5160delta: Remove op/sigdispatch.t Commit 8aed2c65ce skips the tests on stable versions. M Porting/perl5160delta.pod commit 04e04589a8fa491f03d5b19fef517ffa62acb157 Author: Father Chrysostomos <[email protected]> Date: Wed Apr 18 22:42:01 2012 -0700 perl5160delta: List significant CPAN failures By significant, I mean distributions that have at least 5 non-Acme non-Task non-Bundle dependents. M Porting/perl5160delta.pod ----------------------------------------------------------------------- Summary of changes: Porting/perl5160delta.pod | 37 +++++++++++++++++++++++++++++++++---- 1 files changed, 33 insertions(+), 4 deletions(-) diff --git a/Porting/perl5160delta.pod b/Porting/perl5160delta.pod index 682b8a7..3847c29 100644 --- a/Porting/perl5160delta.pod +++ b/Porting/perl5160delta.pod @@ -3510,10 +3510,6 @@ match, whereas it should [perl #111842]. =item * -We have a failing test in F<op/sigdispatch.t> on i386-netbsd 3.1 - -=item * - On Solaris, we have two kinds of failure. If F<make> is Sun's F<makeâ¥>, we get an error about a badly formed macro @@ -3523,6 +3519,39 @@ make depends. F<Configure> then exits 0, but further F<make>-ing fails. If F<make> is F<gmake>, F<Configure> completes, then we get errors related to F</usr/include/stdbool.h> +=item * + +The following CPAN modules have test failures with perl 5.16. Patches have +been submitted for all of these, so hopefully there will be new releases +soon: + +=over + +=item * + +L<Date::Pcalc> version 6.1 + +=item * + +L<Encode::JP::Mobile> version 0.27 + +=item * + +L<Module::CPANTS::Analyse> version 0.85 + +This fails due to problems in L<Module::Find> 0.10 and L<File::MMagic> +1.27. + +=item * + +L<PerlIO::Util> version 0.72 + +=item * + +L<YAML> version 0.80 + +=back + =back =head1 Obituary -- Perl5 Master Repository
