add YAML::XS dep to Makefile.PL

master
Joey Hess 2013-12-03 14:58:16 -04:00
parent e0a463f944
commit 0c3f1204fd
2 changed files with 3 additions and 0 deletions

View File

@ -187,5 +187,6 @@ WriteMakefile(
'HTML::Parser' => "0",
'URI' => "0",
'Data::Dumper' => "2.11",
'YAML::XS' => "0",
},
);

View File

@ -12,3 +12,5 @@ when trying to build
> Ok, added. [[done]] --[[Joey]]
>> Appears to be missing in 'Makefile.PL' also. -- [[ttw]]
>>> Added --[[Joey]]