summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2008-12-01 20:46:25 -0500
committerdoy <doy@tozt.net>2008-12-01 20:46:25 -0500
commit8c6449a2d99ba53b1823d333319c327ee2eb7e7d (patch)
treeea6ce60bc31aaa6f320b5b1d1766df902b49d30d /lib
parentdb0d63bc88a3b9d0ebb9e4369b795112263e20f1 (diff)
downloadlog-dispatch-channels-8c6449a2d99ba53b1823d333319c327ee2eb7e7d.tar.gz
log-dispatch-channels-8c6449a2d99ba53b1823d333319c327ee2eb7e7d.zip
linkify the description
Diffstat (limited to 'lib')
-rw-r--r--lib/Log/Dispatch/Channels.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Log/Dispatch/Channels.pm b/lib/Log/Dispatch/Channels.pm
index 382fd57..776aa0d 100644
--- a/lib/Log/Dispatch/Channels.pm
+++ b/lib/Log/Dispatch/Channels.pm
@@ -33,9 +33,9 @@ use Carp;
=head1 DESCRIPTION
-This module manages a set of Log::Dispatch objects, treating them as separate
-message channels to which messages can be logged. These objects can share
-Log::Dispatch::Output objects, to allow for logging to multiple places
+This module manages a set of L<Log::Dispatch> objects, treating them as
+separate message channels to which messages can be logged. These objects can
+share L<Log::Dispatch::Output> objects, to allow for logging to multiple places
simultaneously and automatically.
=cut