summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2017-05-24 13:20:32 +0100
committerDavid Mitchell <davem@iabyn.com>2017-05-24 14:44:31 +0100
commitc0276251d7b3119f097afd4c8f3b841c8130ce6d (patch)
tree5bf8da228690c01b4e98514a35cd02ef4b0815c2 /pod/perldelta.pod
parentaef1a25e89e224e13ac1da8b955ab06906442f44 (diff)
downloadperl-c0276251d7b3119f097afd4c8f3b841c8130ce6d.tar.gz
perldelta: remove 'Known Problems' section.
All the entries in it appear to be copied from perl5250delta.pod and are likely no longer relevant.
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod48
1 files changed, 0 insertions, 48 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 7a7c3b93a7..3a45e81abe 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -3204,54 +3204,6 @@ calls.
=back
-=head1 Known Problems
-
-=over 4
-
-=item *
-
-Some modules have been broken by the L<context stack rework|/Internal Changes>.
-These modules were relying on non-guaranteed implementation details in
-the perl interpreter.
-Their maintainers have been informed, and should contact perl5-porters for
-advice if needed. Below is a subset of these modules:
-
-=over 4
-
-=item * L<Algorithm::Permute>
-
-=item * L<Coro>
-
-L<Coro> and Perl 5.22 were already incompatible due to a change in the perl
-interpreter,
-and the reworking on the perl context stack creates a further incompatibility.
-perl5-porters has L<discussed the issue on the mailing
-list|http://www.nntp.perl.org/group/perl.perl5.porters/2016/05/msg236174.html>.
-
-=item * L<Data::Alias>
-
-=item * L<RPerl>
-
-=item * L<Scope::Upper>
-
-=item * L<TryCatch>
-
-=back
-
-=item *
-
-The module L<lexical::underscore> no longer works on Perl 5.24, because perl
-no longer has a lexical C<$_>!
-
-=item *
-
-C<mod_perl> has been patched for compatibility for v5.22 and later but no
-release has been made. The relevant patch (and other changes) can be found in
-their source code repository, L<mirrored at
-GitHub|https://github.com/apache/mod_perl/commit/82827132efd3c2e25cc413c85af61bb63375da6e>.
-
-=back
-
=head1 Errata From Previous Releases
=over 4