Test for ningu's bug
[catagits/Catalyst-Plugin-Authentication.git] / t / 04_authentication.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") }
10
11 can_ok( $m, $_ ) for qw/user logout set_authenticated/;