diff --git a/t/00-load.t b/t/00-load.t index df02c5b..88e7b85 100644 --- a/t/00-load.t +++ b/t/00-load.t @@ -1,4 +1,3 @@ -#!perl -T use strict; use warnings; use Test::More; diff --git a/t/get_currencies_for_country.t b/t/get_currencies_for_country.t index f70e40e..4daf83d 100755 --- a/t/get_currencies_for_country.t +++ b/t/get_currencies_for_country.t @@ -1,4 +1,3 @@ -#!perl -T use strict; use warnings; use utf8; diff --git a/t/get_currency.t b/t/get_currency.t index cdd2870..51607f3 100755 --- a/t/get_currency.t +++ b/t/get_currency.t @@ -1,5 +1,3 @@ -#!perl -T - use strict; use warnings; use utf8; diff --git a/t/manifest.t b/t/manifest.t index e0b558e..dddd243 100644 --- a/t/manifest.t +++ b/t/manifest.t @@ -1,4 +1,3 @@ -#!perl -T use 5.006; use strict; use warnings; diff --git a/t/pod-coverage.t b/t/pod-coverage.t index e1f86f3..7659f0a 100644 --- a/t/pod-coverage.t +++ b/t/pod-coverage.t @@ -1,4 +1,3 @@ -#!perl -T use strict; use warnings; use Test::More; diff --git a/t/pod.t b/t/pod.t index 18a3714..2c9af2c 100644 --- a/t/pod.t +++ b/t/pod.t @@ -1,5 +1,3 @@ -#!perl -T - use strict; use warnings; use Test::More;