Skip to content

Commit fa19100

Browse files
committed
remove 'perl -T' from test
We don't actually care about taint here.
1 parent 8d49686 commit fa19100

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

t/info.t

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#!perl -T
2-
use warnings FATAL => 'all';
1+
use warnings qw(all FATAL uninitialized);
32
use strict;
43

54
use Test::More tests => 140;

0 commit comments

Comments
 (0)