]> git.donarmstrong.com Git - term-progressbar-io.git/blobdiff - t/00-load.t
add tests and framework
[term-progressbar-io.git] / t / 00-load.t
diff --git a/t/00-load.t b/t/00-load.t
new file mode 100644 (file)
index 0000000..3fd6430
--- /dev/null
@@ -0,0 +1,13 @@
+#!perl -T
+use 5.006;
+use strict;
+use warnings FATAL => 'all';
+use Test::More;
+
+plan tests => 1;
+
+BEGIN {
+    use_ok( 'Term::ProgressBar::IO' ) || print "Bail out!\n";
+}
+
+diag( "Testing Term::ProgressBar::IO $Term::ProgressBar::IO::VERSION, Perl $], $^X" );