Skip Menu |

This queue is for tickets about the Dancer-Logger-LogHandler CPAN distribution.

Report information
The Basics
Id: 78973
Status: new
Priority: 0/
Queue: Dancer-Logger-LogHandler

People
Owner: Nobody in particular
Requestors: msouth [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Small error in documentation
The module is incorrectly named in the NAME section of the POD. patch is attached, also inline here since it's short. mike diff --git a/lib/Dancer/Logger/LogHandler.pm b/lib/Dancer/Logger/LogHandler.pm index e343d31..a2f31b2 100644 --- a/lib/Dancer/Logger/LogHandler.pm +++ b/lib/Dancer/Logger/LogHandler.pm @@ -50,7 +50,7 @@ sub _format { __END__ -=head1 NAME Dancer::Log::LogHandler - Log::Handler wrapper for Dancer +=head1 NAME Dancer::Logger::LogHandler - Log::Handler wrapper for Dancer =head1 DESCRIPTION
Subject: docpatch.txt
diff --git a/lib/Dancer/Logger/LogHandler.pm b/lib/Dancer/Logger/LogHandler.pm index e343d31..a2f31b2 100644 --- a/lib/Dancer/Logger/LogHandler.pm +++ b/lib/Dancer/Logger/LogHandler.pm @@ -50,7 +50,7 @@ sub _format { __END__ -=head1 NAME Dancer::Log::LogHandler - Log::Handler wrapper for Dancer +=head1 NAME Dancer::Logger::LogHandler - Log::Handler wrapper for Dancer =head1 DESCRIPTION