HTTP::Body 1.01, fixed regex to restore performance of urlencoded parser, the previou...
[catagits/HTTP-Body.git] / Makefile.PL
CommitLineData
aac7ca02 1#!perl
2
3use ExtUtils::MakeMaker;
4
5WriteMakefile(
6 NAME => 'HTTP::Body',
7 VERSION_FROM => 'lib/HTTP/Body.pm',
8 PREREQ_PM => {
0a66fd23 9 Carp => 0,
10 File::Temp => '0.14',
11 HTTP::Headers => 0,
12 IO::File => 0,
13 YAML => '0.39'
aac7ca02 14 }
15);