summaryrefslogtreecommitdiff
path: root/t/00-load.t
blob: d987270f21a6ee59915b98aa27ec7ea8c0ad128e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!perl
use 5.010;
use strict;
use warnings;
use Test::More;

plan tests => 1;

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

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