summary refs log tree commit diff
path: root/t/001_base.t
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-08-23 20:25:28 +0200
committerfranck cuny <franck@lumberjaph.net>2010-08-23 20:25:28 +0200
commit7b12e17aeb45e8fa1a85861220bbed441eff3bbb (patch)
tree99dd551379c53b8204827d1634bc697e58cae928 /t/001_base.t
downloaddancer-chat-7b12e17aeb45e8fa1a85861220bbed441eff3bbb.tar.gz
initial commit master
Diffstat (limited to 't/001_base.t')
-rw-r--r--t/001_base.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/001_base.t b/t/001_base.t
new file mode 100644
index 0000000..12943a6
--- /dev/null
+++ b/t/001_base.t
@@ -0,0 +1,5 @@
+use Test::More tests => 1;
+use strict;
+use warnings;
+
+use_ok 'chat';