From 05e0da594601503643287164ec25f04cf1e57fc3 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 Signed-off-by: Ed Veal --- C4/Installer/PerlDependencies.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index e7d7f97..f61e42e 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -903,6 +903,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.1.4