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