Minimal pod, and removed req on YAML - tests will skip all if not found
[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 => {
f216f0e3 9 perl => 5.006,
10 Carp => 0,
11 Class::Accessor => 0,
12 Class::Param => 0,
13 File::Temp => '0.14',
14 HTTP::Headers => 0,
15 IO::File => 0,
16 Params::Validate => 0,
17 Scalar::Util => 0,
aac7ca02 18 }
19);