Apache2-CondProxy

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: 1.4
name: Apache2-CondProxy
no_index:
  directory:
    - inc
    - t
requires:
  Apache2::ModSSL: 0.08
  Path::Class: 0.24
  URI: 1.60
  URI::Escape: 3.31
  mod_perl2: 2.0
  perl: 5.10.0
resources:
  license: http://apache.org/licenses/LICENSE-2.0
version: 0.17

Makefile.PL  view on Meta::CPAN

use inc::Module::Install;

name     'Apache2-CondProxy';
abstract 'This module implements logic for a conditional reverse proxy.';
all_from 'lib/Apache2/CondProxy.pm';
author   q{Dorian Taylor <dorian@cpan.org>};
license  'apache';

requires 'mod_perl2'       => '2.0';
requires 'Path::Class'     => '0.24';
requires 'Apache2::ModSSL' => '0.08';
requires 'URI'             => '1.60';
requires 'URI::Escape'     => '3.31';

build_requires     'Test::More';
configure_requires 'Apache::Test';

clean_files 't/TEST t/SMOKE';

require Apache::TestMM;



( run in 1.645 second using v1.01-cache-2.11-cpan-7add2cbd662 )