X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Credential-HTTP-Proxy.git;a=blobdiff_plain;f=Build.PL;h=77b8414cc063d4afee1b65e032f9fa1c58557c23;hp=1862ae934dd93260d868f05a36fce54619b5344b;hb=1e64d7687d337827174ff18fc0682fdb8be65dbc;hpb=b9f1b4a07550be553a37bf0f16efd6bf6f16d270 diff --git a/Build.PL b/Build.PL index 1862ae9..77b8414 100644 --- a/Build.PL +++ b/Build.PL @@ -4,12 +4,12 @@ use Module::Build; my $build = Module::Build->new( create_makefile_pl => 'traditional', license => 'perl', - module_name => 'Catalyst::Plugin::Authentication::Credential::TypeKey', + module_name => 'Catalyst::Plugin::Authentication::Credential::HTTP::Proxy', requires => { 'Catalyst' => '5.5', 'Catalyst::Plugin::Authentication' => 0, - 'Authen::TypeKey' => 0, - + 'Test::MockObject' => '1.01', + 'LWP::Simple' => 0, }, create_readme => 1, sign => 1,