Added overview - to clarify how the system really works.
[catagits/Catalyst-Plugin-Authentication.git] / Build.PL
index 75bedcf..2bb89ec 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -6,10 +6,12 @@ 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,
+        'Catalyst::Plugin::Session' => '0.10',
+        'Tie::RefHash'              => '1.35',
     },
-    recommends    => { 'Want' => 0, },
     create_readme => 1,
     sign          => 1,
 );