Cred::TypeKey: Traditional instead of passthrough makefile, and prereq Authen::Typeke...
Yuval Kogman [Mon, 28 Nov 2005 10:51:39 +0000 (10:51 +0000)]
Build.PL

index b9b21e6..1862ae9 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -2,13 +2,13 @@ use strict;
 use Module::Build;
 
 my $build = Module::Build->new(
-    create_makefile_pl => 'passthrough',
+    create_makefile_pl => 'traditional',
     license            => 'perl',
     module_name => 'Catalyst::Plugin::Authentication::Credential::TypeKey',
     requires    => {
         'Catalyst'                         => '5.5',
         'Catalyst::Plugin::Authentication' => 0,
-        'Authen::TypeKey'                  => 1,
+        'Authen::TypeKey'                  => 0,
 
     },
     create_readme => 1,