From ed510c0635e119478d9a70fd7e0468f66ca14e23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20H=C3=A4rter?= Date: Fri, 7 Jul 2023 18:44:25 +0200 Subject: [PATCH] Set perl version to 5.32. --- bot_script.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot_script.pl b/bot_script.pl index cd31b40..1c70c51 100644 --- a/bot_script.pl +++ b/bot_script.pl @@ -1,6 +1,6 @@ #/usr/bin/perl -use v5.34; +use v5.32; use strict; use warnings;