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