X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=htetc%2Fhandler.pl;h=94377cf34ee07a43d9d2c7efd8e1b4652f889318;hb=f07729b883f93aab6eaf4dffaa9b725e36c6852a;hp=af7ac7d5e6810de1b49cfae340c0bef42b45fcc7;hpb=649b07e7ea35f96d814ba1b7020ab07268355ade;p=freeside.git diff --git a/htetc/handler.pl b/htetc/handler.pl index af7ac7d5e..94377cf34 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -77,7 +77,7 @@ sub handler #we don't want the RT error handlers under FS { - local $^W = 0; + no warnings 'uninitialized'; undef($SIG{__WARN__}) if defined($SIG{__WARN__}); undef($SIG{__DIE__}) if defined($SIG{__DIE__} ); }