Switched to Module::Install
[catagits/HTTP-Body.git] / Makefile.PL
CommitLineData
aac7ca02 1#!perl
2
f994d0c8 3use inc::Module::Install;
4
5name 'HTTP-Body';
6all_from 'lib/HTTP/Body.pm';
7
8requires 'Carp';
9requires 'File::Temp' => '0.14';
10requires 'HTTP::Headers';
11requires 'IO::File';
12
13test_requires 'Test::More' => '0.86';
14test_requires 'Test::Deep';
15
16WriteAll;