Convert everything not actually a plugin to now live in the
[catagits/Catalyst-Plugin-Authentication.git] / t / 05_password.t
index 9f3ee3f..a7b6553 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 use Test::More 'no_plan';
 
 
-my $m; BEGIN { use_ok($m = "Catalyst::Plugin::Authentication::Credential::Password") }
+my $m; BEGIN { use_ok($m = "Catalyst::Authentication::Credential::Password") }
 
 can_ok($m, "login");