X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=3e3de46b5de2c76197bb405d7db487768e3ca6fd;hb=2759ad98dfed7d927a85b5c8b7b05e9c44aef420;hp=4cf76bb7e5a97f343f0087d25145d5a92ba15b03;hpb=1084e914e296ee254cdf310c1ea0e372fc0c9923;p=catagits%2FHTTP-Body.git diff --git a/Makefile.PL b/Makefile.PL index 4cf76bb..3e3de46 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,14 +6,10 @@ WriteMakefile( NAME => 'HTTP::Body', VERSION_FROM => 'lib/HTTP/Body.pm', PREREQ_PM => { - perl => 5.006, - Carp => 0, - Class::Accessor => 0, - Class::Param => 0, - File::Temp => '0.14', - HTTP::Headers => 0, - IO::File => 0, - Params::Validate => 0, - Scalar::Util => 0, + Carp => 0, + File::Temp => '0.14', + HTTP::Headers => 0, + IO::File => 0, + YAML => '0.39' } );