From a3acacd077443301f8e9d008be09e83e8d9452b9 Mon Sep 17 00:00:00 2001 From: Paul Driver Date: Wed, 17 Nov 2010 14:08:14 -0600 Subject: [PATCH] make modperl shut up about exit --- lib/WebGUI/Fork.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Fork.pm b/lib/WebGUI/Fork.pm index f9d9545f1..0f670c51b 100644 --- a/lib/WebGUI/Fork.pm +++ b/lib/WebGUI/Fork.pm @@ -437,7 +437,7 @@ sub init { $class->daemonize( $request, sub { $class->runCmd } ); }; } - exit 0; + CORE::exit(0); } ## end sub init #-----------------------------------------------------------------