subrequest patched to make docs match impl
[catagits/Catalyst-Plugin-SubRequest.git] / Makefile.PL
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
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 );