use inc::Module::Install 0.65; name 'Catalyst-Plugin-Authentication-Credential-HTTP-Proxy'; all_from 'lib/Catalyst/Plugin/Authentication/Credential/HTTP/Proxy.pm'; requires 'Catalyst::Runtime'; requires 'Catalyst::Plugin::Authentication'; requires 'Test::MockObject'; requires 'LWP::Simple'; auto_install; WriteAll;