Upgrade to CGI.pm-3.13
[p5sagit/p5-mst-13.2.git] / lib / CGI / t / apache.t
1 #!/usr/local/bin/perl -w
2
3 use lib qw(t/lib);
4
5 # Due to a bug in older versions of MakeMaker & Test::Harness, we must
6 # ensure the blib's are in @INC, else we might use the core CGI.pm
7 use lib qw(blib/lib blib/arch);
8
9 use strict;
10 use Test::More tests => 1;
11
12 # Can't do much with this other than make sure it loads properly
13 BEGIN { use_ok('CGI::Apache') };