summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-06-27 00:07:10 -0500
committerJesse Luehrs <doy@tozt.net>2009-06-27 00:07:10 -0500
commit959fff4172e2c39a14f8e0524bec08327d6fa23e (patch)
treef34ba79fe37f702ca6394d4779449fa91d15b294
parentf1d557519289c4dba3730cca889db7329fcb6da0 (diff)
downloadnet-termcast-959fff4172e2c39a14f8e0524bec08327d6fa23e.tar.gz
net-termcast-959fff4172e2c39a14f8e0524bec08327d6fa23e.zip
add basic test
-rw-r--r--t/000-load.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/t/000-load.t b/t/000-load.t
new file mode 100644
index 0000000..ea1e2d5
--- /dev/null
+++ b/t/000-load.t
@@ -0,0 +1,8 @@
+#!/usr/bin/env perl
+use strict;
+use warnings;
+use Test::More tests => 1;
+
+package Foo;
+::use_ok('Net::Termcast')
+ or ::BAIL_OUT("couldn't load Net::Termcast");