From 5f310e5b9e7afbd5badb17178349fefaaabfacce Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 30 Jun 2016 23:32:40 -0400 Subject: Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + local symlink to data/ directory --- extensions/EditComments/Config.pm | 3 +-- extensions/EditComments/Extension.pm | 1 + extensions/EditComments/lib/WebService.pm | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'extensions/EditComments') diff --git a/extensions/EditComments/Config.pm b/extensions/EditComments/Config.pm index dae675001..b95647940 100644 --- a/extensions/EditComments/Config.pm +++ b/extensions/EditComments/Config.pm @@ -9,11 +9,10 @@ package Bugzilla::Extension::EditComments; use 5.10.1; use strict; +use warnings; use constant NAME => 'EditComments'; - use constant REQUIRED_MODULES => []; - use constant OPTIONAL_MODULES => []; __PACKAGE__->NAME; diff --git a/extensions/EditComments/Extension.pm b/extensions/EditComments/Extension.pm index fef1b7693..1dc22a85e 100644 --- a/extensions/EditComments/Extension.pm +++ b/extensions/EditComments/Extension.pm @@ -9,6 +9,7 @@ package Bugzilla::Extension::EditComments; use 5.10.1; use strict; +use warnings; use base qw(Bugzilla::Extension); diff --git a/extensions/EditComments/lib/WebService.pm b/extensions/EditComments/lib/WebService.pm index 2621e5f4a..6969ca742 100644 --- a/extensions/EditComments/lib/WebService.pm +++ b/extensions/EditComments/lib/WebService.pm @@ -7,6 +7,7 @@ package Bugzilla::Extension::EditComments::WebService; +use 5.10.1; use strict; use warnings; -- cgit v1.2.3-24-g4f1b