remove unnecessary shebangs
[catagits/Catalyst-Authentication-Credential-HTTP.git] / t / basic.t
index 105c795..053a2f1 100644 (file)
--- 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
+}