1N/A#!/usr/local/bin/perl -w
1N/A
1N/Ause strict;
1N/Ause Test::More tests => 1;
1N/A
1N/A# Can't do much with this other than make sure it loads properly
1N/ABEGIN { use_ok('CGI::Switch') };