[Koha-patches] [PATCH 1/2] Add YAML as a dependency, since C4/Record.pm uses it.

Lars Wirzenius lars at catalyst.net.nz
Wed Jun 2 06:42:43 CEST 2010


---
 C4/Installer/PerlDependencies.pm |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm
index b77ef8b..4ffc2f1 100644
--- a/C4/Installer/PerlDependencies.pm
+++ b/C4/Installer/PerlDependencies.pm
@@ -448,6 +448,11 @@ our $PERL_DEPS = {
         'usage'    => 'Core',
         'required' => '1',
         'min_ver'  => '2.07'
+    },
+    'YAML' => {
+        'usage'    => 'Core',
+        'required' => '1',
+        'min_ver'  => '0.71'
     }
 };
 
-- 
1.7.1



More information about the Koha-patches mailing list