From 14bcdce1dc6029c3676c3640d8148c83c14692e5 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Mon, 12 Sep 2016 16:22:17 -0400 Subject: Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6. --- extensions/RestrictComments/Config.pm | 2 -- extensions/RestrictComments/Extension.pm | 1 - extensions/RestrictComments/lib/Config.pm | 1 - 3 files changed, 4 deletions(-) (limited to 'extensions/RestrictComments') diff --git a/extensions/RestrictComments/Config.pm b/extensions/RestrictComments/Config.pm index be703bed7..bef472cc1 100644 --- a/extensions/RestrictComments/Config.pm +++ b/extensions/RestrictComments/Config.pm @@ -7,9 +7,7 @@ package Bugzilla::Extension::RestrictComments; -use 5.10.1; use strict; -use warnings; use constant NAME => 'RestrictComments'; use constant REQUIRED_MODULES => []; diff --git a/extensions/RestrictComments/Extension.pm b/extensions/RestrictComments/Extension.pm index 213a1c44a..61a4912b3 100644 --- a/extensions/RestrictComments/Extension.pm +++ b/extensions/RestrictComments/Extension.pm @@ -7,7 +7,6 @@ package Bugzilla::Extension::RestrictComments; -use 5.10.1; use strict; use warnings; diff --git a/extensions/RestrictComments/lib/Config.pm b/extensions/RestrictComments/lib/Config.pm index 55cf11187..33607e680 100644 --- a/extensions/RestrictComments/lib/Config.pm +++ b/extensions/RestrictComments/lib/Config.pm @@ -7,7 +7,6 @@ package Bugzilla::Extension::RestrictComments::Config; -use 5.10.1; use strict; use warnings; -- cgit v1.2.3-24-g4f1b