fix content-length for CGI scripts that don't print any headers
[catagits/HTTP-Request-AsCGI.git] / t / 01use.t
CommitLineData
b2e1304d 1#!perl
2
b332ee65 3use Test::More 'no_plan';
b2e1304d 4
5use strict;
6use warnings;
7
8use_ok 'HTTP::Request::AsCGI';