Initial import of HTTP::Request::AsCGI
[catagits/HTTP-Request-AsCGI.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::Request::AsCGI';