From: Tomas Doran Date: Sun, 5 Dec 2010 17:37:43 +0000 (+0000) Subject: Remove taint mode from the tests. X-Git-Tag: 0.53~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FTest-WWW-Mechanize-Catalyst.git;a=commitdiff_plain;h=5b9187afbea95134b41c51a785b2e1d451417f6a Remove taint mode from the tests. --- diff --git a/t/auth-test.t b/t/auth-test.t index 7e9bc7b..2e4635e 100644 --- a/t/auth-test.t +++ b/t/auth-test.t @@ -1,4 +1,4 @@ -#!perl -T +#!perl use strict; use warnings; use lib 'lib'; diff --git a/t/cookies.t b/t/cookies.t index 3017d36..63c8ad3 100644 --- a/t/cookies.t +++ b/t/cookies.t @@ -1,4 +1,4 @@ -#!perl -T +#!perl use strict; use warnings; use lib 'lib'; diff --git a/t/pod.t b/t/pod.t index 5c3c791..ca4b08a 100644 --- a/t/pod.t +++ b/t/pod.t @@ -1,4 +1,4 @@ -#!perl -T +#!perl use Test::More; eval "use Test::Pod 1.14"; diff --git a/t/useragent.t b/t/useragent.t index 02b311b..da8dce7 100644 --- a/t/useragent.t +++ b/t/useragent.t @@ -1,4 +1,4 @@ -#!perl -T +#!perl use strict; use warnings; use lib 'lib';