diff options
author | Dylan William Hardison <dylan@hardison.net> | 2016-09-12 22:22:17 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2016-09-12 22:22:17 +0200 |
commit | 14bcdce1dc6029c3676c3640d8148c83c14692e5 (patch) | |
tree | 99d760e13b687f8111635916d9ed3937bc084c64 /extensions/BugModal/lib/MonkeyPatches.pm | |
parent | e6bf4cacb10f86077fe898349485f5c7ab9fb4b6 (diff) | |
download | bugzilla-14bcdce1dc6029c3676c3640d8148c83c14692e5.tar.gz bugzilla-14bcdce1dc6029c3676c3640d8148c83c14692e5.tar.xz |
Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + local symlink to data/ directory"
This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.
Diffstat (limited to 'extensions/BugModal/lib/MonkeyPatches.pm')
-rw-r--r-- | extensions/BugModal/lib/MonkeyPatches.pm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/extensions/BugModal/lib/MonkeyPatches.pm b/extensions/BugModal/lib/MonkeyPatches.pm index 88fce11af..61f945a87 100644 --- a/extensions/BugModal/lib/MonkeyPatches.pm +++ b/extensions/BugModal/lib/MonkeyPatches.pm @@ -9,8 +9,6 @@ package Bugzilla::Extension::BugModal::MonkeyPatches; 1; package Bugzilla; - -use 5.10.1; use strict; use warnings; @@ -24,8 +22,6 @@ sub treeherder_user { } package Bugzilla::Bug; - -use 5.10.1; use strict; use warnings; @@ -41,8 +37,6 @@ sub active_attachments { 1; package Bugzilla::User; - -use 5.10.1; use strict; use warnings; @@ -66,8 +60,6 @@ sub moz_nick { 1; package Bugzilla::Attachment; - -use 5.10.1; use strict; use warnings; |