From bae90f4d945b628971b5d54435791c56afc3b770 Mon Sep 17 00:00:00 2001 From: Jeff Fearn Date: Thu, 25 May 2017 14:22:46 +0100 Subject: Bug 1314854: Integrate POD in to REST docs. --- Makefile.PL | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile.PL') 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', -- cgit v1.2.3-24-g4f1b