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