X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/5efda4da294e37a98b04561f475b186ae8c64138..fd62f3c0eb35e0ced0d83e6207d1be010032e8b3:/Makefile.PL diff --git a/Makefile.PL b/Makefile.PL index c615009bb..602d8fb5c 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -131,16 +131,16 @@ WriteMakefile( 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, - 'CGI::Session' => 0, - 'Mail::Sendmail' => 0, - 'HTML::Parser' => 0, - 'URI' => 0, - 'Data::Dumper' => 2.11, + 'XML::Simple' => "0", + 'Text::Markdown' => "0", + 'Date::Parse' => "0", + 'HTML::Template' => "0", + 'HTML::Scrubber' => "0", + 'CGI::FormBuilder' => "3.02.02", + 'CGI::Session' => "0", + 'Mail::Sendmail' => "0", + 'HTML::Parser' => "0", + 'URI' => "0", + 'Data::Dumper' => "2.11", }, );