Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
[p5sagit/p5-mst-13.2.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') };