kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2011-08-22 05:22 pm

[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 [personal profile] exor674.

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', },
               );
 
 
--------------------------------------------------------------------------------