This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
& what's to be done for 5.8.0?
[perl5.git] / lib / CGI / t / switch.t
1 #!/usr/local/bin/perl -w
2
3 use strict;
4 use Test::More tests => 1;
5
6 # Can't do much with this other than make sure it loads properly
7 BEGIN { use_ok('CGI::Switch') };