New Test for CGI::Push
[p5sagit/p5-mst-13.2.git] / lib / CGI / t / apache.t
CommitLineData
2447c5f5 1#!/usr/local/bin/perl -w
2
3use strict;
4use Test::More tests => 1;
5
6# Can't do much with this other than make sure it loads properly
7BEGIN { use_ok('CGI::Apache') };