updated copyright and prep for release
[catagits/Catalyst-Plugin-Authentication.git] / t / 04_authentication.t
index c3bf72a..1c59936 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
@@ -8,4 +6,4 @@ use Test::More 'no_plan';
 
 my $m; BEGIN { use_ok($m = "Catalyst::Plugin::Authentication") }
 
-can_ok( $m, $_ ) for qw/user logout/;
+can_ok( $m, $_ ) for qw/user logout set_authenticated/;