Bump versions for release
[catagits/Catalyst-Plugin-Authentication.git] / t / 06_user.t
index ce07fe8..f2bfa8c 100644 (file)
@@ -1,12 +1,10 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
 use Test::More tests => 6;
 use Test::Exception;
 
-my $m; BEGIN { use_ok($m = "Catalyst::Plugin::Authentication::User") }
+my $m; BEGIN { use_ok($m = "Catalyst::Authentication::User") }
 
 {
        package SomeUser;