xref: /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/switch.t (revision 0:68f95e015346)
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::Switch') };
14