[bugzilla-gnome-org-extensions] patch report: Use warnings pragma



commit b85148426fb18ef3bf030a62aae72300e3b5f6d9
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Thu Nov 6 23:28:44 2014 +0100

    patch report: Use warnings pragma

 PatchReport/Extension.pm |    1 +
 PatchReport/lib/Util.pm  |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/PatchReport/Extension.pm b/PatchReport/Extension.pm
index d74a8ac..c7c3fc4 100644
--- a/PatchReport/Extension.pm
+++ b/PatchReport/Extension.pm
@@ -1,5 +1,6 @@
 package Bugzilla::Extension::PatchReport;
 use strict;
+use warnings;
 use base qw(Bugzilla::Extension);
 
 use Bugzilla::Extension::PatchReport::Util;
diff --git a/PatchReport/lib/Util.pm b/PatchReport/lib/Util.pm
index 35c161f..b73b84e 100644
--- a/PatchReport/lib/Util.pm
+++ b/PatchReport/lib/Util.pm
@@ -13,6 +13,7 @@
 package Bugzilla::Extension::PatchReport::Util;
 
 use strict;
+use warnings;
 use base qw(Exporter);
 
 use Bugzilla;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]