aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-12-03 14:58:16 -0400
committerJoey Hess <joey@kitenet.net>2013-12-03 14:58:16 -0400
commit0c3f1204fd113a43e55887b26581e9e33e56f0e6 (patch)
treeaedd6a10177e0574497232bc15148e1997496b73 /Makefile.PL
parente0a463f944270e03a81c463315f43aff83bafdd2 (diff)
downloadikiwiki-0c3f1204fd113a43e55887b26581e9e33e56f0e6.tar
ikiwiki-0c3f1204fd113a43e55887b26581e9e33e56f0e6.tar.gz
add YAML::XS dep to Makefile.PL
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 f1df8bcd3..c03142aae 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -187,5 +187,6 @@ WriteMakefile(
'HTML::Parser' => "0",
'URI' => "0",
'Data::Dumper' => "2.11",
+ 'YAML::XS' => "0",
},
);