summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorJeff Fearn <jfearn@redhat.com>2017-05-25 15:22:46 +0200
committerGervase Markham <gerv@mozilla.org>2017-05-25 15:22:46 +0200
commitbae90f4d945b628971b5d54435791c56afc3b770 (patch)
tree331e4687fae449e7b83e3d98e0e61a6cf6d81cce /Makefile.PL
parent8dae231543259281f944bf5a8997b1a64420ede5 (diff)
downloadbugzilla-bae90f4d945b628971b5d54435791c56afc3b770.tar.gz
bugzilla-bae90f4d945b628971b5d54435791c56afc3b770.tar.xz
Bug 1314854: Integrate POD in to REST docs.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 500c48466..1d78e5e78 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -168,7 +168,12 @@ my %optional_features = (
prereqs => {
runtime => {
requires =>
- { 'File::Which' => 0, 'File::Copy::Recursive' => 0 }
+ {
+ 'File::Which' => 0,
+ 'File::Copy::Recursive' => 0,
+ 'Pod::Simple::Search' => 0,
+ 'Pod::POM::View::Restructured' => 0,
+ }
}
},
description => 'Documentation',