From e6bf4cacb10f86077fe898349485f5c7ab9fb4b6 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/BugModal/lib/MonkeyPatches.pm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'extensions/BugModal/lib/MonkeyPatches.pm') diff --git a/extensions/BugModal/lib/MonkeyPatches.pm b/extensions/BugModal/lib/MonkeyPatches.pm index 61f945a87..88fce11af 100644 --- a/extensions/BugModal/lib/MonkeyPatches.pm +++ b/extensions/BugModal/lib/MonkeyPatches.pm @@ -9,6 +9,8 @@ package Bugzilla::Extension::BugModal::MonkeyPatches; 1; package Bugzilla; + +use 5.10.1; use strict; use warnings; @@ -22,6 +24,8 @@ sub treeherder_user { } package Bugzilla::Bug; + +use 5.10.1; use strict; use warnings; @@ -37,6 +41,8 @@ sub active_attachments { 1; package Bugzilla::User; + +use 5.10.1; use strict; use warnings; @@ -60,6 +66,8 @@ sub moz_nick { 1; package Bugzilla::Attachment; + +use 5.10.1; use strict; use warnings; -- cgit v1.2.3-24-g4f1b