HTTP::Body 1.04, patch from jgoulah for tmpdir() accessor
[catagits/HTTP-Body.git] / t / 01use.t
1 #!perl
2
3 use Test::More 'no_plan';
4
5 use strict;
6 use warnings;
7
8 use_ok 'HTTP::Body';
9