Remove ::Plugin:: from module namespace, provide a legacy/compatibility ::Plugin...
[catagits/Catalyst-Authentication-Credential-HTTP.git] / t / basic.t
index e07cb55..6ccca67 100644 (file)
--- 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" );