diff options
author | ivan <ivan> | 2007-01-29 12:07:09 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-01-29 12:07:09 +0000 |
commit | 69fd69806c7801578864509d42719e2f2dcaed8a (patch) | |
tree | 7cf790a8fa46e2be8fc2e3364eb2d4d79f635978 /htetc | |
parent | 2d882de7a5fbca3aa2c793755178b2c138fda04f (diff) |
warnings in <%once> sections should not be fatal
Diffstat (limited to 'htetc')
-rw-r--r-- | htetc/handler.pl | 2 |
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); }; |