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/Profanivore | |
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/Profanivore')
-rw-r--r-- | extensions/Profanivore/Config.pm | 3 | ||||
-rw-r--r-- | extensions/Profanivore/Extension.pm | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/extensions/Profanivore/Config.pm b/extensions/Profanivore/Config.pm index 311400d16..354325c58 100644 --- a/extensions/Profanivore/Config.pm +++ b/extensions/Profanivore/Config.pm @@ -20,10 +20,7 @@ # Gervase Markham <gerv@gerv.net> package Bugzilla::Extension::Profanivore; - -use 5.10.1; use strict; -use warnings; use constant NAME => 'Profanivore'; diff --git a/extensions/Profanivore/Extension.pm b/extensions/Profanivore/Extension.pm index 76d30e982..49b2f61c3 100644 --- a/extensions/Profanivore/Extension.pm +++ b/extensions/Profanivore/Extension.pm @@ -20,11 +20,7 @@ # Gervase Markham <gerv@gerv.net> package Bugzilla::Extension::Profanivore; - -use 5.10.1; use strict; -use warnings; - use base qw(Bugzilla::Extension); use Email::MIME::ContentType qw(parse_content_type); |