summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
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',