7c38986def142b70260f753e438ddb6ee1de0e6f
[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, "authenticate");
10
11