summaryrefslogtreecommitdiff
path: root/htetc/handler.pl
diff options
context:
space:
mode:
authorivan <ivan>2007-01-29 12:07:09 +0000
committerivan <ivan>2007-01-29 12:07:09 +0000
commit69fd69806c7801578864509d42719e2f2dcaed8a (patch)
tree7cf790a8fa46e2be8fc2e3364eb2d4d79f635978 /htetc/handler.pl
parent2d882de7a5fbca3aa2c793755178b2c138fda04f (diff)
warnings in <%once> sections should not be fatal
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r--htetc/handler.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index f47d4c9bf..f742e91b9 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -335,6 +335,8 @@ sub handler
$ah->interp->set_escape( 'h' => sub { ${$_[0]}; } );
}
+ $ah->interp->ignore_warnings_expr('.');
+
my %session;
my $status;
eval { $status = $ah->handle_request($r); };