make sure RequestIO is loaded

This commit is contained in:
Graham Knop 2008-04-10 22:41:30 +00:00
parent a3d39cd4ec
commit e417909708

View file

@ -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;