diff options
Diffstat (limited to 'Bugzilla/Template/Context.pm')
-rw-r--r-- | Bugzilla/Template/Context.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Template/Context.pm b/Bugzilla/Template/Context.pm index 1e75d1d6f..470e6a9ee 100644 --- a/Bugzilla/Template/Context.pm +++ b/Bugzilla/Template/Context.pm @@ -10,6 +10,7 @@ package Bugzilla::Template::Context; use 5.10.1; use strict; +use warnings; use parent qw(Template::Context); |