From: Joey Hess Date: Tue, 3 Dec 2013 18:58:16 +0000 (-0400) Subject: add YAML::XS dep to Makefile.PL X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/0c3f1204fd113a43e55887b26581e9e33e56f0e6?ds=sidebyside add YAML::XS dep to Makefile.PL --- 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", }, ); diff --git a/doc/bugs/yaml:xs_codependency_not_listed.mdwn b/doc/bugs/yaml:xs_codependency_not_listed.mdwn index d52d2e5af..3ae156db6 100644 --- a/doc/bugs/yaml:xs_codependency_not_listed.mdwn +++ b/doc/bugs/yaml:xs_codependency_not_listed.mdwn @@ -12,3 +12,5 @@ when trying to build > Ok, added. [[done]] --[[Joey]] >> Appears to be missing in 'Makefile.PL' also. -- [[ttw]] + +>>> Added --[[Joey]]