summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-06-27 00:06:07 -0500
committerJesse Luehrs <doy@tozt.net>2009-06-27 00:06:07 -0500
commitdba37b41de6155d96f9cdc988a12d077bff4d665 (patch)
treeb8e984a5745af084eb74f2fb90666514009c7bcb
parent9e9e9a2dcc5bb08d9e298626f981ccbd75377dc7 (diff)
downloadio-socket-telnet-halfduplex-dba37b41de6155d96f9cdc988a12d077bff4d665.tar.gz
io-socket-telnet-halfduplex-dba37b41de6155d96f9cdc988a12d077bff4d665.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..4527aef
--- /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('IO::Socket::Telnet::HalfDuplex')
+ or ::BAIL_OUT("couldn't load IO::Socket::Telnet::HalfDuplex");