Skip Menu |

This queue is for tickets about the CGI-Application-Plugin-LogDispatch CPAN distribution.

Report information
The Basics
Id: 11446
Status: resolved
Priority: 0/
Queue: CGI-Application-Plugin-LogDispatch

People
Owner: Nobody in particular
Requestors: william [...] knowmad.com
Cc:
AdminCc:

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



Subject: POD Error
Hi Cees, While reading your docs today, I discovered an error in the example code[1]. In the my_runmode subroutine, you show retrieving the LogDispatch object via a shift operation. Unless you're really modifying the operation of CGI::App ;), I suspect that line should read more like the following: my $log = $self->log; William [1] http://cpan.uwinnipeg.ca/htdocs/CGI-Application-Plugin-LogDispatch/CGI/Application/Plugin/LogDispatch.html#example