blob: ad9f4383a6194b4f8663e6888bc0a846ebf8f277 (
plain)
1
2
3
4
5
6
7
8
9
|
#!perl -T
use Test::More tests => 1;
BEGIN {
use_ok( 'Geo::Melissa::WebSmart' ) || print "Bail out!\n";
}
diag( "Testing Geo::Melissa::WebSmart $Geo::Melissa::WebSmart::VERSION, Perl $], $^X" );
|