aboutsummaryrefslogtreecommitdiffstats
path: root/t/00_load.t
diff options
context:
space:
mode:
Diffstat (limited to 't/00_load.t')
-rw-r--r--t/00_load.t10
1 files changed, 10 insertions, 0 deletions
diff --git a/t/00_load.t b/t/00_load.t
new file mode 100644
index 0000000..4a923e4
--- /dev/null
+++ b/t/00_load.t
@@ -0,0 +1,10 @@
+#!/usr/bin/perl -w
+
+use Test::More tests => 2;
+
+BEGIN {
+use_ok( 'Isocheck' );
+require_ok('Isocheck');
+}
+
+diag( "Testing Isocheck $Isocheck::VERSION" ); \ No newline at end of file