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