#!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" );