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