summaryrefslogtreecommitdiff
path: root/t/00-load.t
diff options
context:
space:
mode:
authorjake <jake@jakes-mail.top>2022-09-03 17:13:08 -0400
committerjake <jake@jakes-mail.top>2022-09-03 17:13:08 -0400
commit934fd7f7c56cb22173d32dcd7ffb1389cddd2011 (patch)
treee32f575f86e0dce69bfc4c02993ba64fe68c2a44 /t/00-load.t
initial commitHEADmaster
Diffstat (limited to 't/00-load.t')
-rw-r--r--t/00-load.t13
1 files changed, 13 insertions, 0 deletions
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" );