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