HTTP::Body, Patch from Tom Heady to fix urlencoded parser to handle spaces after...
[catagits/HTTP-Body.git] / Makefile.PL
1 #!perl
2
3 use ExtUtils::MakeMaker;
4
5 WriteMakefile(
6     NAME         => 'HTTP::Body',
7     VERSION_FROM => 'lib/HTTP/Body.pm',
8     PREREQ_PM    => {
9         Carp          => 0,
10         File::Temp    => '0.14',
11         HTTP::Headers => 0, 
12         IO::File      => 0,
13         YAML          => '0.39'
14     }
15 );