Convert everything not actually a plugin to now live in the
[catagits/Catalyst-Plugin-Authentication.git] / t / 05_password.t
1 use strict;
2 use warnings;
3
4 use Test::More 'no_plan';
5
6
7 my $m; BEGIN { use_ok($m = "Catalyst::Authentication::Credential::Password") }
8
9 can_ok($m, "login");
10
11