aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-07-23 15:25:47 +0200
committerJoey Hess <joey@gnu.kitenet.net>2009-07-23 15:25:47 +0200
commit29a3334d599a7976985f920c8ed6d6e2debeeb3b (patch)
tree33a48927c8142736c25e7a35dad6a46a98228971 /Makefile.PL
parent60ee03bd7062c9b48872791ebc8ca980bdd470a4 (diff)
downloadikiwiki-29a3334d599a7976985f920c8ed6d6e2debeeb3b.tar
ikiwiki-29a3334d599a7976985f920c8ed6d6e2debeeb3b.tar.gz
quote version numbers to avoid them being interpreted as unicode characters
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL22
1 files changed, 11 insertions, 11 deletions
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",
},
);