doc updates
[catagits/Catalyst-Plugin-Authentication.git] / t / 05_password.t
CommitLineData
b003080b 1use strict;
2use warnings;
3
4use Test::More 'no_plan';
5
6
7my $m; BEGIN { use_ok($m = "Catalyst::Plugin::Authentication::Credential::Password") }
8
9can_ok($m, "login");
10
11