diff options
author | Ricardo Signes <rjbs@cpan.org> | 2016-05-07 08:54:44 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2016-05-07 09:06:28 -0400 |
commit | fac0c3514e9b361ca5ffb2946542143d6ca5fd32 (patch) | |
tree | 3273f73a6e8893d42829f433a64526bd982d8548 /pod | |
parent | 4f8325bacaec9fddb2bc901248c77835e53720ed (diff) | |
download | perl-fac0c3514e9b361ca5ffb2946542143d6ca5fd32.tar.gz |
perldelta: known problems
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 7498997172..06b4a9d5c0 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2135,6 +2135,50 @@ not always detected, giving incorrect results. This is now fixed. =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 perl. +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 v5.22.0 were already incompatible due to a change in the perl, +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<RPerl> + +=item L<Scope::Upper> + +=item L<TryCatch> + +=back + +=item * + +The module L<lexical::underscore> no longer works on perl v5.24.0, because perl +no longer has a lexical C<$_>! + +=item * + +C<mod_perl> has been patched for compatibility for v5.22.0 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 Acknowledgements [ XXX: generate this just in time, Ricardo! ] |