convert to unobtrusive Dist::Zilla
[p5sagit/Log-Contextual.git] / lib / Log / Contextual / WarnLogger.pm
index 968c19e..b978e10 100644 (file)
@@ -1,5 +1,7 @@
 package Log::Contextual::WarnLogger;
 
+# ABSTRACT: logger for libraries using Log::Contextual
+
 use strict;
 use warnings;
 
@@ -117,10 +119,6 @@ sub _log {
 
 __END__
 
-=head1 NAME
-
-Log::Contextual::WarnLogger - Simple logger for libraries using Log::Contextual
-
 =head1 SYNOPSIS
 
  package My::Package;
@@ -273,17 +271,5 @@ environment variable is enabled.
 If different levels are specified, appropriate is_$level functions work as you
 would expect.
 
-=head1 AUTHOR
-
-See L<Log::Contextual/"AUTHOR">
-
-=head1 COPYRIGHT
-
-See L<Log::Contextual/"COPYRIGHT">
-
-=head1 LICENSE
-
-See L<Log::Contextual/"LICENSE">
-
 =cut