in reply to Perl named operators and builtin subs introduced since 5.6
in thread Finding when a feature or keyword was introduced

Great table - thanks :)

I would have expected to see class in there as that's new in 5.36 isn't it? I've not used it or investigated it as 5.32 is the latest version I have.

Replies are listed 'Best First'.
Re^2: Perl named operator and builtin subs introduced since 5.6
by eyepopslikeamosquito (Archbishop) on Sep 27, 2023 at 22:02 UTC

    I would have expected to see class in there as that's new in 5.36 isn't it?

    Good point. I just checked perlclass, and I see keywords: class, field and method. Not sure if attributes :isa and :param qualify.

Re^2: Perl named operator and builtin subs introduced since 5.6
by ikegami (Patriarch) on Sep 28, 2023 at 13:56 UTC

    5.38. Overlooked. Fixed. Thanks.