source:
trunk/essentials/dev-lang/perl/lib/CGI/t/switch.t
| Last change on this file was 3181, checked in by , 19 years ago | |
|---|---|
| File size: 355 bytes | |
| Line | |
|---|---|
| 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::Switch') }; |
Note:
See TracBrowser
for help on using the repository browser.
