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;