source: trunk/essentials/dev-lang/perl/lib/CGI/t/apache.t

Last change on this file was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 355 bytes
Line 
1#!/usr/local/bin/perl -w
2
3use 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
7use lib qw(blib/lib blib/arch);
8
9use strict;
10use Test::More tests => 1;
11
12# Can't do much with this other than make sure it loads properly
13BEGIN { use_ok('CGI::Apache') };
Note: See TracBrowser for help on using the repository browser.