[freeside-commits] freeside/htetc handler.pl,1.120,1.121
Jeff Finucane,420,,
jeff at wavetail.420.am
Mon Feb 15 08:34:44 PST 2010
Update of /home/cvs/cvsroot/freeside/htetc
In directory wavetail.420.am:/tmp/cvs-serv379
Modified Files:
handler.pl
Log Message:
lexical instead of dynamic warnings
Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -d -r1.120 -r1.121
--- handler.pl 15 Feb 2010 14:39:13 -0000 1.120
+++ handler.pl 15 Feb 2010 16:34:42 -0000 1.121
@@ -77,7 +77,7 @@
#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__} );
}
More information about the freeside-commits
mailing list