inital import of Catalyst::Plugin::Authentication::Credential::HTTP::Proxy
[catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git] / Build.PL
index efe2e2c..77b8414 100644 (file)
--- 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,