Bug 26303 - [OMNIBUS] Preparing for Perl 7
Summary: [OMNIBUS] Preparing for Perl 7
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 25898 27327
Blocks:
  Show dependency treegraph
 
Reported: 2020-08-26 13:03 UTC by Jonathan Druart
Modified: 2023-09-24 23:28 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Jonathan Druart 2020-08-26 13:04:23 UTC
Bug 25898 - Prohibit indirect object notation
Comment 2 Katrin Fischer 2023-09-22 20:33:33 UTC
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.
Comment 3 David Cook 2023-09-24 23:28:44 UTC
(In reply to Katrin Fischer from comment #2)
> Are we done here?

I guess so. Perl is an interesting creature...