[bugzilla-gnome-org-extensions] browse: Use warnings pragma



commit b1e337768f69b3b5de208524db89777831d0f3f2
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Sun Nov 9 23:29:37 2014 +0100

    browse: Use warnings pragma

 Browse/Config.pm    |    1 +
 Browse/Extension.pm |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/Browse/Config.pm b/Browse/Config.pm
index 71d121e..a4853f5 100644
--- a/Browse/Config.pm
+++ b/Browse/Config.pm
@@ -21,6 +21,7 @@
 
 package Bugzilla::Extension::Browse;
 use strict;
+use warnings;
 
 use constant NAME => 'Browse';
 
diff --git a/Browse/Extension.pm b/Browse/Extension.pm
index db3df42..6778008 100644
--- a/Browse/Extension.pm
+++ b/Browse/Extension.pm
@@ -21,6 +21,7 @@
 
 package Bugzilla::Extension::Browse;
 use strict;
+use warnings;
 use base qw(Bugzilla::Extension);
 
 # This code for this is in ./extensions/Browse/lib/Util.pm


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