summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2008-11-26 16:25:26 -0500
committerdoy <doy@tozt.net>2008-11-26 16:25:26 -0500
commit8b7566d6936756fdfa7b730cdc46565274d11a72 (patch)
tree7b8ecc9761995ee0d88666760535d91310243b8f
parentf6d7d176814436aa79d5d8c1230d8f7f9e56f7c2 (diff)
downloadlog-dispatch-channels-8b7566d6936756fdfa7b730cdc46565274d11a72.tar.gz
log-dispatch-channels-8b7566d6936756fdfa7b730cdc46565274d11a72.zip
move the abstract section down with the rest of the header docs
-rw-r--r--lib/Log/Dispatch/Channels.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Log/Dispatch/Channels.pm b/lib/Log/Dispatch/Channels.pm
index 0f8b208..c24a548 100644
--- a/lib/Log/Dispatch/Channels.pm
+++ b/lib/Log/Dispatch/Channels.pm
@@ -1,11 +1,12 @@
#!/usr/bin/perl
package Log::Dispatch::Channels;
-# ABSTRACT: Adds separate logging channels to Log::Dispatch
use strict;
use warnings;
use Log::Dispatch;
use Carp;
+# ABSTRACT: Adds separate logging channels to Log::Dispatch
+
=head1 SYNOPSIS
use Log::Dispatch::Channels;