From: Karen Etheridge Date: Tue, 27 Jun 2017 21:28:39 +0000 (-0700) Subject: remove unnecessary shebangs X-Git-Tag: v1.017~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Credential-HTTP.git;a=commitdiff_plain;h=9af8f4d3d9a943af112b54da054bc0a0664d6ce5 remove unnecessary shebangs --- diff --git a/t/basic.t b/t/basic.t index 105c795..053a2f1 100644 --- a/t/basic.t +++ b/t/basic.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; use Test::More tests => 35; @@ -176,4 +175,4 @@ $c->clear; "WWW-Authenticate header set: digest domains set with use_uri_for"); like( ($res_headers->header('WWW-Authenticate'))[1], qr/domain="uri_for:dom1 uri_for:dom2"/, "WWW-Authenticate header set: basic domains set with use_uri_for"); -} \ No newline at end of file +} diff --git a/t/live_app.t b/t/live_app.t index 40e2ced..ea3e5c6 100644 --- a/t/live_app.t +++ b/t/live_app.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/t/live_app_digest.t b/t/live_app_digest.t index 2755f3c..1a96d15 100644 --- a/t/live_app_digest.t +++ b/t/live_app_digest.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; use FindBin qw/$Bin/; diff --git a/t/live_app_digest_dotnet.t b/t/live_app_digest_dotnet.t index 5a3b23e..415b148 100644 --- a/t/live_app_digest_dotnet.t +++ b/t/live_app_digest_dotnet.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; use FindBin qw/$Bin/;