Upgrade to Pathtools-3.12
[p5sagit/p5-mst-13.2.git] / lib / CGI / t / switch.t
CommitLineData
2447c5f5 1#!/usr/local/bin/perl -w
2
8f3ccfa2 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);
ac734d8b 8
2447c5f5 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') };