add YAML::XS dep to Makefile.PL
parent
e0a463f944
commit
0c3f1204fd
|
@ -187,5 +187,6 @@ WriteMakefile(
|
|||
'HTML::Parser' => "0",
|
||||
'URI' => "0",
|
||||
'Data::Dumper' => "2.11",
|
||||
'YAML::XS' => "0",
|
||||
},
|
||||
);
|
||||
|
|
|
@ -12,3 +12,5 @@ when trying to build
|
|||
|
||||
> Ok, added. [[done]] --[[Joey]]
|
||||
>> Appears to be missing in 'Makefile.PL' also. -- [[ttw]]
|
||||
|
||||
>>> Added --[[Joey]]
|
||||
|
|
Loading…
Reference in New Issue