make modperl shut up about exit
This commit is contained in:
parent
63217ab198
commit
a3acacd077
1 changed files with 1 additions and 1 deletions
|
|
@ -437,7 +437,7 @@ sub init {
|
|||
$class->daemonize( $request, sub { $class->runCmd } );
|
||||
};
|
||||
}
|
||||
exit 0;
|
||||
CORE::exit(0);
|
||||
} ## end sub init
|
||||
|
||||
#-----------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue