Skip to content

Commit

Permalink
get rid of perl -T def in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
freyfogle committed Oct 28, 2019
1 parent 1340f84 commit 4c0fe21
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion t/00-load.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!perl -T
use strict;
use warnings;
use Test::More;
Expand Down
1 change: 0 additions & 1 deletion t/get_currencies_for_country.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!perl -T
use strict;
use warnings;
use utf8;
Expand Down
2 changes: 0 additions & 2 deletions t/get_currency.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!perl -T

use strict;
use warnings;
use utf8;
Expand Down
1 change: 0 additions & 1 deletion t/manifest.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!perl -T
use 5.006;
use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/pod-coverage.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!perl -T
use strict;
use warnings;
use Test::More;
Expand Down
2 changes: 0 additions & 2 deletions t/pod.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!perl -T

use strict;
use warnings;
use Test::More;
Expand Down

0 comments on commit 4c0fe21

Please sign in to comment.