First stab at cleaning up H::R::AsCGI
[catagits/HTTP-Request-AsCGI.git] / Makefile.PL
1 #!perl
2
3 use ExtUtils::MakeMaker;
4
5 WriteMakefile(
6     NAME         => 'HTTP::Request::AsCGI',
7     VERSION_FROM => 'lib/HTTP/Request/AsCGI.pm',
8     PREREQ_PM    => {
9         Carp             => 0,
10         Class::Accessor  => 0,        
11         HTTP::Request    => 0,
12         HTTP::Response   => 1.53,
13         IO::File         => 0,
14         Test::More       => 0
15     }
16 );