From fb1276faa4acbbf32a5876c506a5980fe7b79c12 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Mon, 19 Aug 2024 10:35:46 +1000 Subject: [PATCH] perldelta: list some switch/smart match modules --- pod/perldelta.pod | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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