From: Rob H. <for...@us...> - 2002-01-18 19:25:12
|
Update of /cvsroot/sandweb/sandweb/lib In directory usw-pr-cvs1:/tmp/cvs-serv10614/lib Modified Files: SandWeb.pm Log Message: added -w to perl invokation, cleaned up potential problems that were indicated Index: SandWeb.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb.pm,v retrieving revision 1.14 retrieving revision 1.15 diff -U2 -r1.14 -r1.15 --- SandWeb.pm 2001/10/20 05:43:41 1.14 +++ SandWeb.pm 2002/01/18 19:25:08 1.15 @@ -19,5 +19,5 @@ my $auth = &_load_auth_object('config' => $config, 'log' => $log); # create new conf object with log functionality - my $config = &_load_conf_object(@_, 'log_obj' => $log); + $config = &_load_conf_object(@_, 'log_obj' => $log); my $self = bless { |