summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config/PatchViewer.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Config/PatchViewer.pm')
-rw-r--r--Bugzilla/Config/PatchViewer.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/Config/PatchViewer.pm b/Bugzilla/Config/PatchViewer.pm
index 6bd9557a9..03dfc02a6 100644
--- a/Bugzilla/Config/PatchViewer.pm
+++ b/Bugzilla/Config/PatchViewer.pm
@@ -31,7 +31,9 @@
package Bugzilla::Config::PatchViewer;
+use 5.10.1;
use strict;
+use warnings;
use Bugzilla::Config::Common;