HTTP-Balancer
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use inc::Module::Install;
name 'HTTP-Balancer';
all_from 'lib/HTTP/Balancer.pm';
author 'shelling <navyblueshellingford@gmail.com>';
license 'MIT';
perl_version '5.010';
install_script 'bin/http-balancer';
requires 'Modern::Perl';
requires 'Moose';
requires 'MooseX::Getopt';
requires 'MooseX::Singleton';
requires 'MooseX::Storage';
requires 'Namespace::Dispatch' => '0.07';
requires 'YAML::Any';
requires 'Path::Tiny';
requires 'Text::Xslate';
requires 'Text::Table';
test_requires 'Test::More';
test_requires 'Test::Exception';
test_requires 'local::lib';
test_requires 'Proc::ProcessTable';
tests 't/*.t t/*/*.t';
author_tests 'xt';
auto_include;
WriteAll;
( run in 1.483 second using v1.01-cache-2.11-cpan-39bf76dae61 )