diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 84b261912158..9fea79c9823a 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -69,6 +69,32 @@ They were deprecated in Perl v5.38.0 and scheduled for removal in Perl These features have now been entirely removed. +If you code currently uses C/C or smart match this can be +replaced with an C/C chain, or there are several alternative +"switch" or smart match implementations on CPAN. + +In no particular order: + +=over + +=item * + +L + +=item * + +L + +=item * + +L + +=item * + +L + +=back + [github #22370] =head1 Deprecations