subrequest patched to make docs match impl
[catagits/Catalyst-Plugin-SubRequest.git] / Makefile.PL
CommitLineData
aae30f91 1use ExtUtils::MakeMaker;
2
3WriteMakefile(
4 NAME => 'Catalyst::Plugin::SubRequest',
5 AUTHOR => 'Marcus Ramberg <marcus@thefeed.no>',
6 PREREQ_PM => {
7 Catalyst => '2.99',
8 },
9 VERSION_FROM => 'SubRequest.pm'
10);