From: Karen Etheridge Date: Fri, 19 Feb 2016 23:07:41 +0000 (-0800) Subject: remove unneeded shebangs X-Git-Tag: v0.25~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=838fb5eabe44f7f8f8b9274fd8e971f04cbe4500;p=p5sagit%2FTry-Tiny.git remove unneeded shebangs --- diff --git a/t/basic.t b/t/basic.t index 3f0e2ac..18d8921 100644 --- a/t/basic.t +++ b/t/basic.t @@ -1,5 +1,3 @@ -#!/usr/bin/perl - use strict; use warnings; diff --git a/t/erroneous_usage.t b/t/erroneous_usage.t index c8cc478..63e510c 100644 --- a/t/erroneous_usage.t +++ b/t/erroneous_usage.t @@ -1,5 +1,3 @@ -#!/usr/bin/perl - use strict; use warnings; diff --git a/t/finally.t b/t/finally.t index a13c9a8..4513fa4 100644 --- a/t/finally.t +++ b/t/finally.t @@ -1,5 +1,3 @@ -#!/usr/bin/perl - use strict; use warnings; diff --git a/t/given_when.t b/t/given_when.t index 1e690d7..4b61c50 100644 --- a/t/given_when.t +++ b/t/given_when.t @@ -1,5 +1,3 @@ -#!/usr/bin/perl - use strict; use warnings; diff --git a/t/named.t b/t/named.t index b6ba4e9..d9ab9a8 100644 --- a/t/named.t +++ b/t/named.t @@ -1,5 +1,3 @@ -#!/usr/bin/perl - use strict; use warnings; diff --git a/t/when.t b/t/when.t index 4662d25..2109421 100644 --- a/t/when.t +++ b/t/when.t @@ -1,5 +1,3 @@ -#!/usr/bin/perl - use strict; use warnings;