From: Mischa POSLAWSKY Date: Sun, 29 Oct 2023 01:43:55 +0000 (+0100) Subject: perl: silence warning about sub signatures X-Git-Tag: v1.15~27 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/695da8181afad1c1649a32144e1e1d7d3dfc9dc9 perl: silence warning about sub signatures Ironically still experimental until v5.36 as noted on the page itself. --- diff --git a/perl.plp b/perl.plp index 0d9a415..716a1eb 100644 --- a/perl.plp +++ b/perl.plp @@ -11,6 +11,7 @@ Html({ data => ['perl.inc.pl'], }); +use experimental 'signatures'; :>

Perl release summary