[freeside-commits] freeside/htetc handler.pl,1.83,1.84
Ivan,,,
ivan at wavetail.420.am
Mon Jan 29 04:07:11 PST 2007
Update of /home/cvs/cvsroot/freeside/htetc
In directory wavetail:/tmp/cvs-serv23877
Modified Files:
handler.pl
Log Message:
warnings in <%once> sections should not be fatal
Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- handler.pl 27 Dec 2006 02:37:17 -0000 1.83
+++ handler.pl 29 Jan 2007 12:07:09 -0000 1.84
@@ -335,6 +335,8 @@
$ah->interp->set_escape( 'h' => sub { ${$_[0]}; } );
}
+ $ah->interp->ignore_warnings_expr('.');
+
my %session;
my $status;
eval { $status = $ah->handle_request($r); };
More information about the freeside-commits
mailing list