convert to unobtrusive Dist::Zilla
[p5sagit/Log-Contextual.git] / lib / Log / Contextual / TeeLogger.pm
index 2389956..a60b226 100644 (file)
@@ -1,5 +1,7 @@
 package Log::Contextual::TeeLogger;
 
+# ABSTRACT: Output to more than one logger
+
 use strict;
 use warnings;
 
@@ -42,10 +44,6 @@ sub new {
 
 __END__
 
-=head1 NAME
-
-Log::Contextual::TeeLogger - Output to more than one logger
-
 =head1 SYNOPSIS
 
  use Log::Contextual::SimpleLogger;
@@ -163,17 +161,5 @@ level is enabled.
 
  say q{fatal'ing} if $l->is_fatal;
 
-=head1 AUTHOR
-
-See L<Log::Contextual/"AUTHOR">
-
-=head1 COPYRIGHT
-
-See L<Log::Contextual/"COPYRIGHT">
-
-=head1 LICENSE
-
-See L<Log::Contextual/"LICENSE">
-
 =cut