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:
RevisionActionfile
1.45modifypkgsrc/lang/perl5/Makefile.common
1.71modifypkgsrc/lang/perl5/buildlink3.mk
1.177modifypkgsrc/lang/perl5/distinfo
1.3modifypkgsrc/lang/perl5/patches/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Unix.pm
1.4removepkgsrc/lang/perl5/patches/patch-cflags.SH
1.1removepkgsrc/lang/perl5/patches/patch-dist_PathTools_Cwd.pm
1.1removepkgsrc/lang/perl5/patches/patch-lib_File_Copy.pm
1.1removepkgsrc/lang/perl5/patches/patch-numeric.c