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/Profanivore/Config.pm | 3 +++ extensions/Profanivore/Extension.pm | 4 ++++ 2 files changed, 7 insertions(+) (limited to 'extensions/Profanivore') diff --git a/extensions/Profanivore/Config.pm b/extensions/Profanivore/Config.pm index 354325c58..311400d16 100644 --- a/extensions/Profanivore/Config.pm +++ b/extensions/Profanivore/Config.pm @@ -20,7 +20,10 @@ # Gervase Markham 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 49b2f61c3..76d30e982 100644 --- a/extensions/Profanivore/Extension.pm +++ b/extensions/Profanivore/Extension.pm @@ -20,7 +20,11 @@ # Gervase Markham 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); -- cgit v1.2.3-24-g4f1b