Stop using Class::Inspector. Class::MOP::load_class does all we need.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Controller.pm
index 9d6a362..9ea7e7d 100644 (file)
@@ -7,7 +7,6 @@ use Moose;
 use Scalar::Util qw/blessed/;
 use Catalyst::Exception;
 use Catalyst::Utils;
-use Class::Inspector;
 
 has path_prefix =>
     (