[freeside-commits] freeside/htetc handler.pl,1.118.2.1,1.118.2.2
Jeff Finucane,420,,
jeff at wavetail.420.am
Mon Feb 15 08:35:32 PST 2010
Update of /home/cvs/cvsroot/freeside/htetc
In directory wavetail.420.am:/tmp/cvs-serv453
Modified Files:
Tag: FREESIDE_1_9_BRANCH
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.118.2.1
retrieving revision 1.118.2.2
diff -u -d -r1.118.2.1 -r1.118.2.2
--- handler.pl 15 Feb 2010 14:41:35 -0000 1.118.2.1
+++ handler.pl 15 Feb 2010 16:35:30 -0000 1.118.2.2
@@ -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