From: Graham Knop <haarg@haarg.org>
Date: Tue, 19 Apr 2016 12:16:33 +0000 (-0400)
Subject: drop shebangs from tests
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4e4ecf193970b953111f2d2838a8d5d571df7634;p=gitmo%2FClass-C3-XS.git

drop shebangs from tests
---

diff --git a/t/01_MRO.t b/t/01_MRO.t
index d988639..5d1ac3a 100644
--- a/t/01_MRO.t
+++ b/t/01_MRO.t
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
diff --git a/t/02_MRO.t b/t/02_MRO.t
index 70104eb..3620842 100644
--- a/t/02_MRO.t
+++ b/t/02_MRO.t
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
diff --git a/t/03_MRO.t b/t/03_MRO.t
index 1ddabc0..829a3d7 100644
--- a/t/03_MRO.t
+++ b/t/03_MRO.t
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
diff --git a/t/04_MRO.t b/t/04_MRO.t
index 8562559..b94d90a 100644
--- a/t/04_MRO.t
+++ b/t/04_MRO.t
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
diff --git a/t/05_MRO.t b/t/05_MRO.t
index f2af23c..943b475 100644
--- a/t/05_MRO.t
+++ b/t/05_MRO.t
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
diff --git a/t/30_next_method.t b/t/30_next_method.t
index dfd2b9b..f4779d4 100644
--- a/t/30_next_method.t
+++ b/t/30_next_method.t
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
diff --git a/t/31_next_method_skip.t b/t/31_next_method_skip.t
index f5c74ae..085a4f7 100644
--- a/t/31_next_method_skip.t
+++ b/t/31_next_method_skip.t
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
diff --git a/t/32_next_method_edge_cases.t b/t/32_next_method_edge_cases.t
index d04f311..a2238bb 100644
--- a/t/32_next_method_edge_cases.t
+++ b/t/32_next_method_edge_cases.t
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
diff --git a/t/33_next_method_used_with_NEXT.t b/t/33_next_method_used_with_NEXT.t
index c3aef21..8f1d223 100644
--- a/t/33_next_method_used_with_NEXT.t
+++ b/t/33_next_method_used_with_NEXT.t
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
diff --git a/t/34_next_method_in_eval.t b/t/34_next_method_in_eval.t
index f674f95..95d5cc7 100644
--- a/t/34_next_method_in_eval.t
+++ b/t/34_next_method_in_eval.t
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
diff --git a/t/35_next_method_in_anon.t b/t/35_next_method_in_anon.t
index bf96596..c8d97c9 100644
--- a/t/35_next_method_in_anon.t
+++ b/t/35_next_method_in_anon.t
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
diff --git a/t/36_next_goto.t b/t/36_next_goto.t
index 365b848..35ba059 100644
--- a/t/36_next_goto.t
+++ b/t/36_next_goto.t
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;