- Fixed #15999 return a 500 response when message is empty, reported by Chris Dolan...
[catagits/HTTP-Request-AsCGI.git] / Makefile.PL
CommitLineData
b2e1304d 1#!perl
2
3use ExtUtils::MakeMaker;
4
5WriteMakefile(
6 NAME => 'HTTP::Request::AsCGI',
7 VERSION_FROM => 'lib/HTTP/Request/AsCGI.pm',
8 PREREQ_PM => {
9 Carp => 0,
ca38286c 10 Class::Accessor => 0,
bd7813ac 11 HTTP::Request => 0,
4e0afe7d 12 HTTP::Response => 1.53,
ca38286c 13 IO::File => 0,
14 Test::More => 0
b2e1304d 15 }
16);