Add YAML as a dependency, since C4/Record.pm uses it.
authorLars Wirzenius <lars@catalyst.net.nz>
Wed, 2 Jun 2010 04:42:43 +0000 (16:42 +1200)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 2 Jun 2010 11:14:38 +0000 (07:14 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/Installer/PerlDependencies.pm

index b77ef8b..4ffc2f1 100644 (file)
@@ -448,6 +448,11 @@ our $PERL_DEPS = {
         'usage'    => 'Core',
         'required' => '1',
         'min_ver'  => '2.07'
+    },
+    'YAML' => {
+        'usage'    => 'Core',
+        'required' => '1',
+        'min_ver'  => '0.71'
     }
 };