make sure RequestIO is loaded
This commit is contained in:
parent
a3d39cd4ec
commit
e417909708
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ our $STATUS = "beta";
|
|||
use strict;
|
||||
use Apache2::Const -compile => qw(OK DECLINED);
|
||||
use Apache2::Request;
|
||||
use Apache2::RequestIO;
|
||||
use Apache2::ServerUtil ();
|
||||
use WebGUI::Config;
|
||||
use WebGUI::Pluggable;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue