Chop up - move backcompat code into the ::Plugin:: namespace, as those are what are...
[catagits/Catalyst-Plugin-Authentication.git] / t / 05_password.t
CommitLineData
b003080b 1use strict;
2use warnings;
3
4use Test::More 'no_plan';
5
6
5c5af345 7my $m; BEGIN { use_ok($m = "Catalyst::Authentication::Credential::Password") }
b003080b 8
290e5a7e 9can_ok($m, "authenticate");
b003080b 10
11