[dw-free] Staff page out of date
[commit: http://hg.dwscoalition.org/dw-free/rev/b2f1918b5769]
http://bugs.dwscoalition.org/show_bug.cgi?id=2046
Make sure we have YAML installed in production.
Patch by
exor674.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2046
Make sure we have YAML installed in production.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/checkconfig.pl
-------------------------------------------------------------------------------- diff -r cbf3afaef463 -r b2f1918b5769 bin/checkconfig.pl --- a/bin/checkconfig.pl Mon Aug 22 12:05:47 2011 -0500 +++ b/bin/checkconfig.pl Mon Aug 22 12:22:13 2011 -0500 @@ -202,6 +202,7 @@ 'opt' => "Required for clean-embed.t.", 'ver' => '3.56', }, + "YAML" => { 'deb' => 'libyaml-perl', }, ); --------------------------------------------------------------------------------