Hello,
Trying to use CGI::Application::Plugin::LogDispatch, it failed with
Error executing class callback in init stage: Can't locate object method
"new" via package "Log::Dispatch::File
This was easily fixed by adding the follwing line to LogDispatch.pm:
use Log::Dispatch::File;
- Jerry Kaidor ( jerry@tr2.com )