From 7b12e17aeb45e8fa1a85861220bbed441eff3bbb Mon Sep 17 00:00:00 2001 From: franck cuny Date: Mon, 23 Aug 2010 20:25:28 +0200 Subject: initial commit --- t/001_base.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 t/001_base.t (limited to 't/001_base.t') 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'; -- cgit 1.4.1