Class::Inspector is no longer used
[catagits/Catalyst-Plugin-Authentication.git] / Makefile.PL
index 0d29ef6..b91926c 100644 (file)
@@ -14,10 +14,9 @@ perl_version '5.008001';
 
 name 'Catalyst-Plugin-Authentication';
 all_from 'lib/Catalyst/Plugin/Authentication.pm';
-authority 'BOBTFISH';
+authority 'cpan:BOBTFISH';
 
 requires 'Catalyst::Runtime';
-requires 'Class::Inspector';
 requires 'MRO::Compat';
 requires 'Catalyst::Plugin::Session' => '0.10';
 requires 'Moose';