Make sure we do not include a directory separator in the temp file suffix.
[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';
bc15e9a3 11requires 'IO::File' => '1.14';
f994d0c8 12
13test_requires 'Test::More' => '0.86';
14test_requires 'Test::Deep';
15
16WriteAll;