From fa19100bfcb1e9047dd4eee166a13a803147bf0f Mon Sep 17 00:00:00 2001 From: Lukas Mai Date: Sat, 15 Jul 2023 05:47:33 +0200 Subject: [PATCH] remove 'perl -T' from test We don't actually care about taint here. --- t/info.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/t/info.t b/t/info.t index 5f42df5..1126cc3 100644 --- a/t/info.t +++ b/t/info.t @@ -1,5 +1,4 @@ -#!perl -T -use warnings FATAL => 'all'; +use warnings qw(all FATAL uninitialized); use strict; use Test::More tests => 140;