fix Module::Install without . in @INC
[catagits/Catalyst-Plugin-Authentication.git] / t / 04_authentication.t
1 use strict;
2 use warnings;
3
4 use Test::More 'no_plan';
5
6
7 my $m; BEGIN { use_ok($m = "Catalyst::Plugin::Authentication") }
8
9 can_ok( $m, $_ ) for qw/user logout set_authenticated/;