From 4c0fe21e31f2d14cfbc300309a4df98e7dd1a234 Mon Sep 17 00:00:00 2001 From: Ed Freyfogle Date: Mon, 28 Oct 2019 09:06:07 +0100 Subject: [PATCH] get rid of perl -T def in tests --- t/00-load.t | 1 - t/get_currencies_for_country.t | 1 - t/get_currency.t | 2 -- t/manifest.t | 1 - t/pod-coverage.t | 1 - t/pod.t | 2 -- 6 files changed, 8 deletions(-) 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;