Subject: | Sets CGI::Application::VERSION=1.6 not CGI::Application::MailPage::VERSION |
When running under modperl module sometimes gets loaded after CGI::Application and thus
overrides CGI::App VERSION. Any modules testing for a recent CGI::App will thus fail.
Is:
$CGI::Application::VERSION = '1.6';
s/b:
$CGI::Application::MailPage::VERSION = '1.6';