remove unneeded shebangs
Karen Etheridge [Fri, 19 Feb 2016 23:07:41 +0000 (15:07 -0800)]
t/basic.t
t/erroneous_usage.t
t/finally.t
t/given_when.t
t/named.t
t/when.t

index 3f0e2ac..18d8921 100644 (file)
--- a/t/basic.t
+++ b/t/basic.t
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
index c8cc478..63e510c 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
index a13c9a8..4513fa4 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
index 1e690d7..4b61c50 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
index b6ba4e9..d9ab9a8 100644 (file)
--- a/t/named.t
+++ b/t/named.t
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
index 4662d25..2109421 100644 (file)
--- a/t/when.t
+++ b/t/when.t
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;