Import original source of WebService-Northern911 0.1
[WebService-Northern911.git] / t / 00-load.t
1 #!perl -T
2 use 5.006;
3 use strict;
4 use warnings FATAL => 'all';
5 use Test::More;
6
7 plan tests => 1;
8
9 BEGIN {
10     use_ok( 'WebService::Northern911' ) || print "Bail out!\n";
11 }
12
13 diag( "Testing WebService::Northern911 $WebService::Northern911::VERSION, Perl $], $^X" );