warnings in <%once> sections should not be fatal
[freeside.git] / htetc / handler.pl
index f47d4c9..f742e91 100644 (file)
@@ -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); };