Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I would love if there was an official reference listing features and backcompat alternatives. So far, I've only found these:
featurefirst releasedmodulemincompat
fc5.16Unicode::CaseFold5.8
defer5.40Feature::Compat::Defer5.14
class5.38Feature::Compat::Class5.18
try5.34Feature::Compat::Try5.14
builtin5.36builtin::compat5.8
builtin5.36builtins::compat5.8
Can you think of any others?

Replies are listed 'Best First'.
Re: features and backwards compatibility
by Corion (Patriarch) on Apr 20, 2025 at 05:11 UTC

    For subroutine signatures, I wrote Filter::signatures. I don't use (or recommend) it anymore since 5.20 has been released a long time ago, but it is backwards compatible down to 5.8 or 5.10.

    There are also signatures and Function::Parameters, which are still maintained.

Re: features and backwards compatibility
by ForgotPasswordAgain (Vicar) on Apr 20, 2025 at 00:27 UTC
    Not sure if I'm understanding you correctly, but have you seen: perldoc feature?