Fortunately it is only needed in the error case.
Signed-off-by: Francois Gouget fgouget@codeweavers.com --- testbot/web/Munin.pl | 1 + 1 file changed, 1 insertion(+)
diff --git a/testbot/web/Munin.pl b/testbot/web/Munin.pl index c2464d055..513c6901b 100644 --- a/testbot/web/Munin.pl +++ b/testbot/web/Munin.pl @@ -19,6 +19,7 @@
use strict;
+use Apache2::Const -compile => qw(REDIRECT); use WineTestBot::Config; use WineTestBot::Activity; use WineTestBot::VMs;