Minimal pod, and removed req on YAML - tests will skip all if not found
[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         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,
18     }
19 );