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! Is there any way to find out when features other than keywords were added? I'm currently trying to find (1) when ref() began returning 'Regexp' and (2) when class 'Regexp' was added, if that was more recent than (1). Both ref() and Scalar::Util::blessed() return 'Regexp' as of v5.20.2. The referenced 5.38 delta page contains a link to select earlier versions, but it doesn't seem to work; a "raptor not found" error is displayed.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl named operators and builtin subs introduced since 5.6
by choroba (Cardinal) on Apr 16, 2025 at 08:49 UTC | |
|
Re^2: Perl named operators and builtin subs introduced since 5.6
by hippo (Archbishop) on Apr 16, 2025 at 08:19 UTC | |
|
Re^2: Perl named operators and builtin subs introduced since 5.6
by ikegami (Patriarch) on Apr 16, 2025 at 17:23 UTC |