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