From 226148980e5f77727ca4d7937a2ec46aa4436763 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Fri, 23 Sep 2016 11:21:19 -0400 Subject: add linux_pid --- Makefile.PL | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile.PL') 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; -- cgit v1.2.3-24-g4f1b