summaryrefslogtreecommitdiff
path: root/t/00-load.t
blob: adcfbefeee65901824d0b2343e264b639cdebe67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!perl -T
use 5.006;
use strict;
use warnings FATAL => 'all';
use Test::More;

plan tests => 1;

BEGIN {
    use_ok( 'WebService::Northern911' ) || print "Bail out!\n";
}

diag( "Testing WebService::Northern911 $WebService::Northern911::VERSION, Perl $], $^X" );