From e9db1cfb17c970c411decdf770aebe603c42ab72 Mon Sep 17 00:00:00 2001 From: doy Date: Wed, 26 Nov 2008 00:24:39 -0500 Subject: basic tests --- dist.ini | 1 + t/000-load.t | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 t/000-load.t 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'; + -- cgit v1.2.3