summaryrefslogtreecommitdiffstats
path: root/Bugzilla/PatchReader/Raw.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/PatchReader/Raw.pm')
-rw-r--r--Bugzilla/PatchReader/Raw.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/PatchReader/Raw.pm b/Bugzilla/PatchReader/Raw.pm
index 7e34bd4bf..4b7312f3d 100644
--- a/Bugzilla/PatchReader/Raw.pm
+++ b/Bugzilla/PatchReader/Raw.pm
@@ -13,7 +13,9 @@ package Bugzilla::PatchReader::Raw;
# $parser->end_lines();
#
+use 5.10.1;
use strict;
+use warnings;
use Bugzilla::PatchReader::Base;