summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.PL9
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;