diff options
author | Dylan William Hardison <dylan@hardison.net> | 2016-09-23 17:21:19 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2016-09-23 17:21:19 +0200 |
commit | 226148980e5f77727ca4d7937a2ec46aa4436763 (patch) | |
tree | 9c6f8c8c58a3a46498426b672421411283ca1100 | |
parent | e0004625c4bd9e2053a586bf45e03f7f8ed66e5f (diff) | |
download | bugzilla-226148980e5f77727ca4d7937a2ec46aa4436763.tar.gz bugzilla-226148980e5f77727ca4d7937a2ec46aa4436763.tar.xz |
add linux_pid
-rw-r--r-- | Makefile.PL | 9 |
1 files changed, 9 insertions, 0 deletions
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; |