X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fbasic.t;h=053a2f1e67a04106f0eb6c6756b86d049dc8c28e;hb=9af8f4d3d9a943af112b54da054bc0a0664d6ce5;hp=105c79560fea544fe1c825a7c2fd70afef47dce8;hpb=9bbe95688fad5fb88cf18639b3f96296cd98669d;p=catagits%2FCatalyst-Authentication-Credential-HTTP.git 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 +}