X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F06_user.t;h=f2bfa8ce01eb4ecce0f7d09b732c969243c61ae6;hb=dc09e932e68f148d5f855dc13bad2394f8411b38;hp=ce07fe89db5a16e0850ebb2c7b375473571178eb;hpb=fa194d256f56091845d8a129006bf24b621326f0;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/t/06_user.t b/t/06_user.t index ce07fe8..f2bfa8c 100644 --- a/t/06_user.t +++ b/t/06_user.t @@ -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;