Test + fixes for new auth draft
[catagits/Catalyst-Plugin-Authentication.git] / t / 05_password.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use Test::More 'no_plan';
7
8
9 my $m; BEGIN { use_ok($m = "Catalyst::Plugin::Authentication::Credential::Password") }
10
11 can_ok($m, "login");
12
13