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/REMO/Config.pm | 3 +++ extensions/REMO/Extension.pm | 4 ++++ 2 files changed, 7 insertions(+) (limited to 'extensions/REMO') diff --git a/extensions/REMO/Config.pm b/extensions/REMO/Config.pm index 625e2afd9..3317ebc05 100644 --- a/extensions/REMO/Config.pm +++ b/extensions/REMO/Config.pm @@ -21,7 +21,10 @@ # David Lawrence package Bugzilla::Extension::REMO; + +use 5.10.1; use strict; +use warnings; use constant NAME => 'REMO'; diff --git a/extensions/REMO/Extension.pm b/extensions/REMO/Extension.pm index 9f83f7065..695f126f8 100644 --- a/extensions/REMO/Extension.pm +++ b/extensions/REMO/Extension.pm @@ -21,7 +21,11 @@ # David Lawrence package Bugzilla::Extension::REMO; + +use 5.10.1; use strict; +use warnings; + use base qw(Bugzilla::Extension); use Bugzilla::Constants; -- cgit v1.2.3-24-g4f1b