source:
trunk/essentials/dev-lang/perl/lib/CGI/t/can.t
| Last change on this file was 3181, checked in by , 19 years ago | |
|---|---|
| File size: 283 bytes | |
| Line | |
|---|---|
| 1 | #!/usr/local/bin/perl -w |
| 2 | |
| 3 | # Due to a bug in older versions of MakeMaker & Test::Harness, we must |
| 4 | # ensure the blib's are in @INC, else we might use the core CGI.pm |
| 5 | |
| 6 | use lib qw(blib/lib blib/arch); |
| 7 | |
| 8 | use Test::More tests => 2; |
| 9 | |
| 10 | BEGIN{ use_ok('CGI'); } |
| 11 | |
| 12 | can_ok('CGI', qw/cookie param/); |
Note:
See TracBrowser
for help on using the repository browser.
