aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-01-07 18:12:12 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-01-07 18:12:12 -0500
commite35eb5a4184c9140e01422d0cb70c39cc1a8b969 (patch)
treeab8db32a10b57f0a54a1aa1748c57b8ab1148035 /Makefile.PL
parent08cb5f7badff3fdb103cf84890b19b90c0600a4e (diff)
downloadikiwiki-e35eb5a4184c9140e01422d0cb70c39cc1a8b969.tar
ikiwiki-e35eb5a4184c9140e01422d0cb70c39cc1a8b969.tar.gz
* Add a prereq on Data::Dumper 2.11 or better, needed to dump q// objects.
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index bd5bb7eee..49fac1ade 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -103,5 +103,6 @@ WriteMakefile(
'Mail::Sendmail' => 0,
'HTML::Parser' => 0,
'URI' => 0,
+ 'Data::Dumper' => 2.11,
},
);