From 695da8181afad1c1649a32144e1e1d7d3dfc9dc9 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 29 Oct 2023 02:43:55 +0100 Subject: [PATCH] perl: silence warning about sub signatures Ironically still experimental until v5.36 as noted on the page itself. --- perl.plp | 1 + 1 file changed, 1 insertion(+) 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

-- 2.30.0