From: Karen Etheridge Date: Sat, 14 Sep 2013 20:09:41 +0000 (-0700) Subject: remove unneeded shebangs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Types-Common.git;a=commitdiff_plain;h=eae6c2c41e82820e99b200cc0a8172153f7ea56a remove unneeded shebangs --- diff --git a/t/00-load.t b/t/00-load.t index e51d270..62f703b 100644 --- a/t/00-load.t +++ b/t/00-load.t @@ -1,7 +1,5 @@ -#! /usr/bin/perl -w - use strict; -use warnings; +use warnings FATAL => 'all'; use Test::More tests => 3; use_ok('MooseX::Types::Common'); diff --git a/t/01-string.t b/t/01-string.t index 39d50b9..bbf5c83 100644 --- a/t/01-string.t +++ b/t/01-string.t @@ -1,7 +1,5 @@ -#! /usr/bin/perl -w - use strict; -use warnings; +use warnings FATAL => 'all'; use Test::More tests => 33; use Test::Fatal; diff --git a/t/02-numeric.t b/t/02-numeric.t index 5aaf730..e794948 100644 --- a/t/02-numeric.t +++ b/t/02-numeric.t @@ -1,7 +1,5 @@ -#! /usr/bin/perl -w - use strict; -use warnings; +use warnings FATAL => 'all'; use Test::More tests => 34; use Test::Fatal; diff --git a/t/03-idiot.t b/t/03-idiot.t index 20c0f2b..33b0939 100644 --- a/t/03-idiot.t +++ b/t/03-idiot.t @@ -1,5 +1,5 @@ use strict; -use warnings; +use warnings FATAL => 'all'; use Test::More; diff --git a/t/04-coerce.t b/t/04-coerce.t index b454a7b..3c46c41 100644 --- a/t/04-coerce.t +++ b/t/04-coerce.t @@ -1,7 +1,5 @@ -#! /usr/bin/perl -w - use strict; -use warnings; +use warnings FATAL => 'all'; use Test::More tests => 5; {