Fix Build.PL
Yuval Kogman [Sun, 27 Nov 2005 21:19:03 +0000 (21:19 +0000)]
Build.PL

index 8fdd72b..b9b21e6 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -4,14 +4,15 @@ use Module::Build;
 my $build = Module::Build->new(
     create_makefile_pl => 'passthrough',
     license            => 'perl',
-    module_name        => 'Catalyst::Plugin::Authentication::Credential::TypeKey',
-    requires           => {
-        'Catalyst'         => '5.5',
-       'Catalyst::Plugin::Authentication' => 0,
-       'Authen::TypeKey'
+    module_name => 'Catalyst::Plugin::Authentication::Credential::TypeKey',
+    requires    => {
+        'Catalyst'                         => '5.5',
+        'Catalyst::Plugin::Authentication' => 0,
+        'Authen::TypeKey'                  => 1,
 
     },
     create_readme => 1,
+    sign          => 1,
 );
 $build->create_build_script;