communigate provisioning phase 2: add svc_domain.trailer -> communigate TrailerText...
[freeside.git] / htetc / handler.pl
index af7ac7d..94377cf 100644 (file)
@@ -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__} );
       }