X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/88e8f08c8ffe61fbb3aa8d0fbf78a86c30c65543..fa386be22e019b24bbc7041b9c5028e89a87e0c0:/Makefile.PL diff --git a/Makefile.PL b/Makefile.PL index cfcc19db7..aaa334062 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -71,4 +71,17 @@ WriteMakefile( PREFIX => "/usr/local", PM_FILTER => './pm_filter $(PREFIX) $(VER) $(PROBABLE_INST_LIB)', MAN1PODS => {}, + PREREQ_PM => { + 'XML::Simple' => 0, + 'Text::Markdown' => 0, + 'Date::Parse' => 0, + 'HTML::Template' => 0, + 'HTML::Scrubber' => 0, + 'CGI::FormBuilder' => 3.02.02, + 'Time::Duration' => 0, + 'CGI::Session' => 0, + 'Mail::Sendmail' => 0, + 'HTML::Parser' => 0, + 'URI' => 0, + }, );