summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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';
+