Releng for auth 0.09
[catagits/Catalyst-Plugin-Authentication.git] / Build.PL
index 75bedcf..cc7e5dd 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -6,10 +6,10 @@ my $build = Module::Build->new(
     license            => 'perl',
     module_name        => 'Catalyst::Plugin::Authentication',
     requires           => {
-        'perl'     => '5.8.1',
-        'Catalyst' => '5.49',
+        'perl'             => '5.8.1',
+        'Catalyst'         => '5.49',
+        'Class::Inspector' => 0,
     },
-    recommends    => { 'Want' => 0, },
     create_readme => 1,
     sign          => 1,
 );