Perl5-IDEA
Perl5-IDEA copied to clipboard
Perl 5.32 Support
Reference: https://perldoc.perl.org/perl5320delta.html
- chain comparisons - #2208
isaopeartor - #2206- [ ] Inspection for deprecated closure https://github.com/Perl/perl5/issues/17020
Probably features should be handled depending on specified Perl level and maybe only if feature is actually enabled (use feature ...) , as with level 5.10 (and perl 5.26) I get:

This is an old code where I had a (global) sub that does exactly what isa operator does (it is shorter than UNIVERSAL::isa), but now it is reported as an error.