summaryrefslogtreecommitdiffstats
path: root/Bugzilla/PatchReader/DiffPrinter/template.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/PatchReader/DiffPrinter/template.pm')
-rw-r--r--Bugzilla/PatchReader/DiffPrinter/template.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/PatchReader/DiffPrinter/template.pm b/Bugzilla/PatchReader/DiffPrinter/template.pm
index 6545e9336..4120f1d8a 100644
--- a/Bugzilla/PatchReader/DiffPrinter/template.pm
+++ b/Bugzilla/PatchReader/DiffPrinter/template.pm
@@ -1,6 +1,8 @@
package Bugzilla::PatchReader::DiffPrinter::template;
+use 5.10.1;
use strict;
+use warnings;
sub new {
my $class = shift;