Path to this page:
Subject: CVS commit: pkgsrc/lang/perl5
From: Thomas Klausner
Date: 2022-06-28 12:02:51
Message id: 20220628100251.E246DFB1A@cvs.NetBSD.org
Log Message:
perl: update to 5.36.0.
Core Enhancements
use v5.36
-g command-line flag
Unicode 14.0 is supported
regex sets are no longer considered experimental
Variable length lookbehind is mostly no longer considered experimental
SIGFPE no longer deferred
Stable boolean tracking
iterating over multiple values at a time (experimental)
builtin functions (experimental)
defer blocks (experimental)
try/catch can now have a finally block (experimental)
non-ASCII delimiters for quote-like operators (experimental)
@_ is now experimental within signatured subs
Incompatible Changes
A physically empty sort is now a compile-time error
Deprecations
use VERSION (where VERSION is below v5.11) after use v5.11 is deprecated
Performance Enhancements
Files: