Subject: | Multiple inheritance required |
I'm using V 2.12_01 but RT doesn't offer this in the Broken menu.
I found I had to do this:
use base qw(CGI::Application CGI::Application::Dispatch);
in my app. Without the CGI::Application part I get a server error.
So the code in the Synopsis needs a patch.