X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fbasic.t;h=6ccca6725bc2f5f148c09e5a4f15ab615fa12116;hb=eebdb0e48f5073a81e9a055e80457a8a2480e7bc;hp=e07cb5528c1f57a63d5e7a778056db2e3d99a193;hpb=826670f99c7d83b218b7067d4a3d3ce3e32e49a9;p=catagits%2FCatalyst-Authentication-Credential-HTTP.git diff --git a/t/basic.t b/t/basic.t index e07cb55..6ccca67 100644 --- a/t/basic.t +++ b/t/basic.t @@ -7,7 +7,7 @@ use Test::MockObject; use Test::Exception; use HTTP::Headers; -my $m; BEGIN { use_ok($m = "Catalyst::Plugin::Authentication::Credential::HTTP") } +my $m; BEGIN { use_ok($m = "Catalyst::Authentication::Credential::HTTP") } can_ok( $m, "authenticate_http" ); can_ok( $m, "authorization_required" ); can_ok( $m, "authorization_required_response" );