Added more documentation and tests
[catagits/HTTP-Request-AsCGI.git] / t / 01use.t
1 #!perl
2
3 use Test::More tests => 1;
4
5 use strict;
6 use warnings;
7
8 use_ok 'HTTP::Request::AsCGI';