summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2008-11-26 14:25:50 -0500
committerdoy <doy@tozt.net>2008-11-26 14:25:50 -0500
commita5ea4cbf01fefcc439d5f9429a193ec659a726af (patch)
tree27d5d8c3b05e2bd1421d3743d510bbf466f9f330
parentf7de654b6dcaa57ca09eaa9759ba25cd83d6422a (diff)
downloadlog-dispatch-channels-a5ea4cbf01fefcc439d5f9429a193ec659a726af.tar.gz
log-dispatch-channels-a5ea4cbf01fefcc439d5f9429a193ec659a726af.zip
need to actually use the packages we're testing
-rw-r--r--t/001-channels-and-outputs.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/001-channels-and-outputs.t b/t/001-channels-and-outputs.t
index f531478..2ed856e 100644
--- a/t/001-channels-and-outputs.t
+++ b/t/001-channels-and-outputs.t
@@ -3,6 +3,8 @@ use strict;
use warnings;
use Test::More tests => 13;
use Test::Deep;
+use Log::Dispatch::Channels;
+use Log::Dispatch::Null;
my $logger = Log::Dispatch::Channels->new;
for my $channel (1..3) {