From 88a5f1111b85d8a1dd17cabb7f90b019a27f8464 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Mon, 10 Apr 2017 12:19:34 -0400 Subject: Bug 1355127 - rewrite field-descs.none.tmpl in perl --- Bugzilla/Template.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Bugzilla/Template.pm') diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index 1f0892a32..9cac9ad87 100644 --- a/Bugzilla/Template.pm +++ b/Bugzilla/Template.pm @@ -681,6 +681,9 @@ sub create { INCLUDE_PATH => $opts{'include_path'} || _include_path($opts{'language'}), + # allow PERL/RAWPERL because doing so can boost performance + EVAL_PERL => 1, + # Remove white-space before template directives (PRE_CHOMP) and at the # beginning and end of templates and template blocks (TRIM) for better # looking, more compact content. Use the plus sign at the beginning -- cgit v1.2.3-24-g4f1b