summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-03-01 03:55:10 +0100
committerGitHub <noreply@github.com>2018-03-01 03:55:10 +0100
commitfb85881651195cd97ef1499136e947dd56c3b4f3 (patch)
tree983c8827473da442fe8b685709eaacf496ba9ee8 /Makefile.PL
parent48f08ef18983729dbdcd1af9468fb4ea1ee25fbe (diff)
downloadbugzilla-fb85881651195cd97ef1499136e947dd56c3b4f3.tar.gz
bugzilla-fb85881651195cd97ef1499136e947dd56c3b4f3.tar.xz
Bug 1437646 - add support for Log::Log4perl
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index bfeaafa43..9c1f05e6f 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -71,6 +71,9 @@ my %requires = (
'HTML::Escape' => '1.10',
'URI::Escape::XS' => '0.14',
'Sereal' => '4.004',
+ 'Log::Dispatch' => '2.67',
+ 'Log::Log4perl' => '1.49',
+ 'JSON::MaybeXS' => '1.003008',
);
my %build_requires = (
'ExtUtils::MakeMaker' => '7.22',