From: Karen Etheridge Date: Mon, 15 Apr 2013 00:44:34 +0000 (-0700) Subject: remove useless shebangs from tests X-Git-Tag: 0.16~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=510724ba6d30410fd17bf1962c5b563bf7dda8c1;p=gitmo%2FMooseX-Daemonize.git remove useless shebangs from tests --- diff --git a/t/01.filecreate.t b/t/01.filecreate.t index 4319d0d..18fecd0 100644 --- a/t/01.filecreate.t +++ b/t/01.filecreate.t @@ -1,5 +1,3 @@ -#!/usr/bin/perl - use strict; use warnings; use File::Spec::Functions; diff --git a/t/10.pidfile.t b/t/10.pidfile.t index 66aa30f..bcb6ba1 100644 --- a/t/10.pidfile.t +++ b/t/10.pidfile.t @@ -1,5 +1,3 @@ -#!/usr/bin/perl - use strict; use warnings; diff --git a/t/20.core.t b/t/20.core.t index a4c5f33..36d25ce 100644 --- a/t/20.core.t +++ b/t/20.core.t @@ -1,5 +1,3 @@ -#!/usr/bin/perl - use strict; use warnings; diff --git a/t/21.core-back-compat.t b/t/21.core-back-compat.t index cf5ce00..f252fa7 100644 --- a/t/21.core-back-compat.t +++ b/t/21.core-back-compat.t @@ -1,5 +1,3 @@ -#!/usr/bin/perl - use strict; use warnings; diff --git a/t/30.with_pid_file.t b/t/30.with_pid_file.t index 8536c81..845f9de 100644 --- a/t/30.with_pid_file.t +++ b/t/30.with_pid_file.t @@ -1,5 +1,3 @@ -#!/usr/bin/perl - use strict; use warnings;