Apache-RewritingProxy
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
use ExtUtils::testlib;
use lib qw(../blib/lib ../blib/arch ../lib);
use Apache::src ();
my $src = Apache::src->new;
$necessary_modules = {
'Apache' => 'Make sure your installation of mod_perl is complete',
'LWP::UserAgent' => 'You need to install the LWP modules',
'URI::URL' => 'You need to install URI::URL',
'Apache::Table' => 'mod_perl needs to have Table enabled',
'Apache::Util' => 'mod_perl needs to have Util enabled'
( run in 0.259 second using v1.01-cache-2.11-cpan-87723dcf8b7 )