HTTP-ProxyPAC

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

use strict;
use warnings;
use ExtUtils::MakeMaker;

# require JE if at install site and no JavaScript
eval '$ENV{HTTP_PROXY_PLACE} or require JavaScript';
my @optional = $@ ? ('JE' => 0.044) : ();

WriteMakefile(
    'ABSTRACT_FROM'      => 'lib/HTTP/ProxyPAC.pm',
    'AUTHOR'             => 'Tatsuhiko Miyagawa <miyagawa@bulknews.net>',
    'BUILD_REQUIRES'     =>          {   'FindBin' => 0,
                                      'Test::More' => 0.32},
    'CONFIGURE_REQUIRES' => {'ExtUtils::MakeMaker' => 6.52},
    'LICENSE'            => 'perl',
    'NAME'               => 'HTTP::ProxyPAC',



( run in 2.799 seconds using v1.01-cache-2.11-cpan-71847e10f99 )