only import Test::Exception where it is needed
[catagits/Catalyst-Plugin-Authentication.git] / t / lib / AuthRealmTestAppProgressive / Controller / Root.pm
index 8e48623..e47ca99 100644 (file)
@@ -6,7 +6,6 @@ use base qw/Catalyst::Controller/;
 __PACKAGE__->config(namespace => '');
 
 use Test::More;
-use Test::Exception;
 
 sub progressive : Local {
     my ( $self, $c ) = @_;