From c0f05cc812ecf79362cb45696abf3d43dc7b2d91 Mon Sep 17 00:00:00 2001 From: David Cook Date: Thu, 13 Jul 2017 14:58:51 +1000 Subject: [PATCH] Add RDF::Query dependency https://bugs.koha-community.org/show_bug.cgi?id=10662 --- C4/Installer/PerlDependencies.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index f815840e3a..ea58fe0fef 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -908,6 +908,11 @@ our $PERL_DEPS = { 'required' => 1, 'min_ver' => '0.570', }, + 'RDF::Query' => { + 'usage' => 'Managing RDF and triplestores', + 'required' => '1', + 'min_ver' => '2.912', + }, }; 1; -- 2.13.6