Skip to content

Commit

Permalink
remove 'perl -T' from test
Browse files Browse the repository at this point in the history
We don't actually care about taint here.
  • Loading branch information
mauke committed Jul 15, 2023
1 parent 8d49686 commit fa19100
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions t/info.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!perl -T
use warnings FATAL => 'all';
use warnings qw(all FATAL uninitialized);
use strict;

use Test::More tests => 140;
Expand Down

0 comments on commit fa19100

Please sign in to comment.