tidy
[WWW-Mechanize-Script.git] / t / 00-load.t
blobb8fc3198605ea5704407f4a6c546999da6da007c
1 #!perl -T
3 use Test::More tests => 1;
5 BEGIN
7     use_ok('WWW::Mechanize::Script') || print "Bail out!\n";
10 diag("Testing WWW::Mechanize::Script $WWW::Mechanize::Script::VERSION, Perl $], $^X");