Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Log-Any CPAN distribution.

Maintainer(s)' notes

DO NOT FILE TICKETS HERE

Instead, file tickets on Github here → Log Any Issues.

Report information
The Basics
Id: 82200
Status: resolved
Priority: 0/
Queue: Log-Any

People
Owner: Nobody in particular
Requestors: Xavier (no email address)
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.14
Fixed in: (no value)



Subject: Add whatis entries in POD
Hi, For manpages, we need to have whatis entries. Here is a proposition: --- liblog-any-perl-0.14.orig/lib/Log/Any/Adapter/Core.pm +++ liblog-any-perl-0.14/lib/Log/Any/Adapter/Core.pm @@ -60,7 +60,7 @@ sub _dump_one_line { =head1 NAME -Log::Any::Adapter::Core +Log::Any::Adapter::Core -- Base class for Log::Any adapters =head1 VERSION --- liblog-any-perl-0.14.orig/lib/Log/Any/Adapter/Null.pm +++ liblog-any-perl-0.14/lib/Log/Any/Adapter/Null.pm @@ -37,7 +37,7 @@ foreach my $method (@all_methods) { =head1 NAME -Log::Any::Adapter::Null +Log::Any::Adapter::Null -- Discards all log messages =head1 VERSION
Thanks, fixed in next release.