Subject: | A note about the documentation |
In the SYNOPSIS there is:
use base qw(CGI::Application); # make sure this occurs before you load
the plugin
use CGI::Application::Plugin::Authentication;
but later, in the EXAMPLE:
use CGI::Application::Plugin::Authentication;
use base qw(CGI::Application);
One of the two should probably be modified.