X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F06_user.t;h=f2bfa8ce01eb4ecce0f7d09b732c969243c61ae6;hb=622e71d9ad63648e294499347525496d218a8564;hp=887e1d777dd30e2ae596c655a5c27b5719121c73;hpb=8d0e04d07fa7435dd30a53586663246dc4fc4fd8;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/t/06_user.t b/t/06_user.t index 887e1d7..f2bfa8c 100644 --- a/t/06_user.t +++ b/t/06_user.t @@ -4,7 +4,7 @@ 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;