https://www.perl.com/article/announcing-perl-7/ http://blogs.perl.org/users/brian_d_foy/2020/06/the-perl-7-tldr.html
Bug 25898 - Prohibit indirect object notation
Are we done here? https://blogs.perl.org/users/psc/2022/05/what-happened-to-perl-7.html At some point in the future, the PSC may decide that the set of features, taken together, represent a big enough step forward to justify a new baseline for Perl. If that happens, then the version will be bumped to 7.0. If this happens, Perl 7 will still be backwards compatible with Perl 5 by default – you'll have to put use v7; at the top of your code to use all the new features.
(In reply to Katrin Fischer from comment #2) > Are we done here? I guess so. Perl is an interesting creature...