X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;fp=Build.PL;h=b9b21e6e69f50262b31261ac8dd1198d07a2220e;hb=75166a97b580b4ba49f0ea247ee4588b8ba82525;hp=8fdd72bf8fb8b393b2c872491b84ef071f1aa7d0;hpb=209fb56bd9d1baa3021db6fafa2e0b438c58efef;p=catagits%2FCatalyst-Authentication-Credential-HTTP-Proxy.git diff --git a/Build.PL b/Build.PL index 8fdd72b..b9b21e6 100644 --- 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;