In perl.git, the branch rjbs/release-5.16 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/8c551b2aa69a5a2863f777b80ce44d7a5b057193?hp=5a2baa23c763b2d83640843253832573d00ac84e>
- Log ----------------------------------------------------------------- commit 8c551b2aa69a5a2863f777b80ce44d7a5b057193 Author: Ricardo Signes <[email protected]> Date: Mon May 14 21:52:47 2012 -0400 minor grammar correction thanks, Jim Keenan! M pod/perldelta.pod commit 66a252efee427d602a576bf86d4e807de27d3123 Author: Ricardo Signes <[email protected]> Date: Mon May 14 21:49:01 2012 -0400 add Daniel Kahn Gillmor to AUTHORS M AUTHORS commit afe821653fc8b4146d9b37a26b704920a7aff666 Author: Ricardo Signes <[email protected]> Date: Mon May 14 21:22:06 2012 -0400 document the yet-explained Win32 test hanging We will ship with this unfixed unless someone comes up with the cure in the next week. M pod/perldelta.pod ----------------------------------------------------------------------- Summary of changes: AUTHORS | 1 + pod/perldelta.pod | 9 +++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 88342aa..1547be2 100644 --- a/AUTHORS +++ b/AUTHORS @@ -250,6 +250,7 @@ Daniel Chetlin <[email protected]> Daniel Dragan <[email protected]> Daniel Frederick Crisman <[email protected]> Daniel Grisinger <[email protected]> +Daniel Kahn Gillmor <[email protected]> Daniel Lieberman <[email protected]> Daniel Muiño <[email protected]> Daniel P. Berrange <[email protected]> diff --git a/pod/perldelta.pod b/pod/perldelta.pod index aa05972..c4ecd45 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -19,8 +19,8 @@ parentheses. =head1 Notice -With the release of Perl 5.16.0, the 5.12.x series of releases are now out of -their support period. There may be future 5.12.x releases, but only in the +With the release of Perl 5.16.0, the 5.12.x series of releases is now out of +its support period. There may be future 5.12.x releases, but only in the event of a critical security issue. Users of Perl 5.12 or earlier should consider upgrading to a more recent release of Perl. @@ -4156,6 +4156,11 @@ to F</usr/include/stdbool.h> =item * +On Win32, a number of tests hang unless STDERR is redirected. The cause of +this is still under investigation. + +=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: -- Perl5 Master Repository
