Perl5-IDEA icon indicating copy to clipboard operation
Perl5-IDEA copied to clipboard

Perl 5.32 Support

Open hurricup opened this issue 5 years ago • 1 comments

<< Perl 5.30 | Perl 5.34 >>

Reference: https://perldoc.perl.org/perl5320delta.html

  • chain comparisons - #2208
  • isa opeartor - #2206
  • [ ] Inspection for deprecated closure https://github.com/Perl/perl5/issues/17020

hurricup avatar Jun 20 '20 21:06 hurricup

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:

image

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.

aldem avatar Aug 04 '20 19:08 aldem