diff options
author | Ricardo Signes <rjbs@cpan.org> | 2014-05-19 10:33:16 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2014-05-19 10:38:07 -0400 |
commit | 6cc4aa0955307d7fcf1c2b758e7bdb31e366ff76 (patch) | |
tree | 5770b0434d9b34ec456498e07c910014f46e5388 /pod/perldelta.pod | |
parent | b00d10dc3d9b54e2ef58f2627b02bfe99daeae47 (diff) | |
download | perl-6cc4aa0955307d7fcf1c2b758e7bdb31e366ff76.tar.gz |
perldelta: update known problems
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r-- | pod/perldelta.pod | 26 |
1 files changed, 6 insertions, 20 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 828327a848..75d82096be 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -3568,13 +3568,16 @@ Fixed a crash when destroying a self-referencing GLOB. [perl #121242] =item * +L<IO::Socket> is known to fail tests on AIX 5.3. There is +L<a patch|https://rt.perl.org/Ticket/Display.html?id=120835> in the request +tracker, #120835, which may be applied to future releases. + +=item * + The following modules are known to have test failures with this version of Perl. Patches have been submitted, so there will hopefully be new releases soon: -XXX Go through this list just before the release of 5.20 and remove any -modules that have been fixed. - =over =item * @@ -3583,29 +3586,12 @@ L<Data::Structure::Util> version 0.15 =item * -L<Data::Util> version 0.62 - -=item * - L<HTML::StripScripts> version 1.05 =item * -L<LaTeX::Encode> version 0.08 - -=item * - L<List::Gather> version 0.08. -=item * - -L<Mail::SpamAssassin> version 3.3.2 - -=item * - -L<RDF::Trine>. The test failures are actually due to a bug in -L<XML::LibXML> version 2.0108. A patch to XML::LibXML has been submitted. - =back =back |