summaryrefslogtreecommitdiffstats
path: root/Bugzilla/PatchReader/FixPatchRoot.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/PatchReader/FixPatchRoot.pm')
-rw-r--r--Bugzilla/PatchReader/FixPatchRoot.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/Bugzilla/PatchReader/FixPatchRoot.pm b/Bugzilla/PatchReader/FixPatchRoot.pm
index e67fb2796..1b0d250ad 100644
--- a/Bugzilla/PatchReader/FixPatchRoot.pm
+++ b/Bugzilla/PatchReader/FixPatchRoot.pm
@@ -1,10 +1,12 @@
package Bugzilla::PatchReader::FixPatchRoot;
+use 5.10.1;
+use strict;
+use warnings;
+
use Bugzilla::PatchReader::FilterPatch;
use Bugzilla::PatchReader::CVSClient;
-use strict;
-
@Bugzilla::PatchReader::FixPatchRoot::ISA = qw(Bugzilla::PatchReader::FilterPatch);
sub new {