X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FAuthRealmTestAppProgressive%2FController%2FRoot.pm;fp=t%2Flib%2FAuthRealmTestAppProgressive%2FController%2FRoot.pm;h=e47ca991804a0254381e9b9733c369eb28463309;hb=0640db984b9d844aa488c15753fb103d9cf372fd;hp=8e48623123b60dfa4370213cefd17b0987a8d316;hpb=ed6dc2a0dd42b129f69c29e8994ec12f0e55b793;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/t/lib/AuthRealmTestAppProgressive/Controller/Root.pm b/t/lib/AuthRealmTestAppProgressive/Controller/Root.pm index 8e48623..e47ca99 100644 --- a/t/lib/AuthRealmTestAppProgressive/Controller/Root.pm +++ b/t/lib/AuthRealmTestAppProgressive/Controller/Root.pm @@ -6,7 +6,6 @@ use base qw/Catalyst::Controller/; __PACKAGE__->config(namespace => ''); use Test::More; -use Test::Exception; sub progressive : Local { my ( $self, $c ) = @_;