From: Dylan William Hardison Date: Fri, 23 Sep 2016 15:21:19 +0000 (-0400) Subject: add linux_pid X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=226148980e5f77727ca4d7937a2ec46aa4436763;p=thirdparty%2Fbugzilla.git add linux_pid --- diff --git a/Makefile.PL b/Makefile.PL index 2a2e77e92..94be04332 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -267,6 +267,14 @@ my %optional_features = ( } } }, + linux_pid => { + description => 'Linux::PID for MozReview', + prereqs => { + runtime => { + requires => { 'Linux::Pid' => 0 }, + }, + }, + }, jobqueue => { description => 'Mail Queueing', prereqs => { @@ -315,6 +323,7 @@ my @bmo_features = grep { | auth_ldap | auth_radius | smtp_auth + | linux_pid | updates) $ }mxs;