/usr/local/CPAN/Apache2-TrapSubRequest/Makefile.PL
use strict;
use warnings;
use ExtUtils::MakeMaker;
use Apache::TestMM qw(test clean);
Apache::TestMM::filter_args();
Apache::TestMM::generate_script('t/TEST');
WriteMakefile(
NAME => 'Apache2::TrapSubRequest',
AUTHOR => 'dorian taylor <dorian@cpan.org>',
VERSION_FROM => 'lib/Apache2/TrapSubRequest.pm',
ABSTRACT_FROM => 'lib/Apache2/TrapSubRequest.pm',
PL_FILES => {},
PREREQ_PM => {
'mod_perl2' => 1.999023,
'Apache::Test' => 1,
'Test::More' => 0,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'Apache2-TrapSubRequest-* t/TEST' },
);