From 934fd7f7c56cb22173d32dcd7ffb1389cddd2011 Mon Sep 17 00:00:00 2001 From: jake Date: Sat, 3 Sep 2022 17:13:08 -0400 Subject: initial commit --- t/00-load.t | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 t/00-load.t (limited to 't/00-load.t') diff --git a/t/00-load.t b/t/00-load.t new file mode 100644 index 0000000..d987270 --- /dev/null +++ b/t/00-load.t @@ -0,0 +1,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" ); -- cgit v1.2.3