summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2008-11-26 00:24:39 -0500
committerdoy <doy@tozt.net>2008-11-26 00:24:39 -0500
commite9db1cfb17c970c411decdf770aebe603c42ab72 (patch)
tree5aace1cd31b087d46e159bd2caaa19d4e0b22a4f
parent30188cfd34608b23443abb6f93f1a0234c6ed39d (diff)
downloadlog-dispatch-channels-e9db1cfb17c970c411decdf770aebe603c42ab72.tar.gz
log-dispatch-channels-e9db1cfb17c970c411decdf770aebe603c42ab72.zip
basic tests
-rw-r--r--dist.ini1
-rw-r--r--t/000-load.t7
2 files changed, 8 insertions, 0 deletions
diff --git a/dist.ini b/dist.ini
index ba9b699..cee7e02 100644
--- a/dist.ini
+++ b/dist.ini
@@ -8,3 +8,4 @@ copyright_holder = Jesse Luehrs
[Prereq]
Log::Dispatch = 0
+Test::More = 0
diff --git a/t/000-load.t b/t/000-load.t
new file mode 100644
index 0000000..416647f
--- /dev/null
+++ b/t/000-load.t
@@ -0,0 +1,7 @@
+#!/usr/bin/env perl
+use strict;
+use warnings;
+use Test::More tests => 1;
+
+use_ok 'Log::Dispatch::Channels';
+