Class::Inspector is no longer used
[catagits/Catalyst-Plugin-Authentication.git] / lib / Catalyst / Plugin / Authentication.pm
index 023fb9c..ff8d4c2 100644 (file)
@@ -4,7 +4,6 @@ use Moose;
 use namespace::clean -except => 'meta';
 use MRO::Compat;
 use Tie::RefHash;
-use Class::Inspector;
 use Catalyst::Authentication::Realm;
 
 with 'MooseX::Emulate::Class::Accessor::Fast';