X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=3e3de46b5de2c76197bb405d7db487768e3ca6fd;hb=0a66fd2366e29e961fe3ee608a83f86068517c92;hp=07838693149154efab089ed263ecff0231946e1e;hpb=807be76d0cc3edc476c5242d8895044611081f48;p=catagits%2FHTTP-Body.git diff --git a/Makefile.PL b/Makefile.PL index 0783869..3e3de46 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,9 +6,10 @@ WriteMakefile( NAME => 'HTTP::Body', VERSION_FROM => 'lib/HTTP/Body.pm', PREREQ_PM => { - Carp => 0, - File::Temp => '0.14', - IO::File => 0, - YAML => '0.39' + Carp => 0, + File::Temp => '0.14', + HTTP::Headers => 0, + IO::File => 0, + YAML => '0.39' } );