From 03daec4307d127c370902d3f534406fea67b8854 Mon Sep 17 00:00:00 2001 From: David Cook Date: Fri, 12 May 2017 16:53:47 +1000 Subject: [PATCH] [SIGNED-OFF] Bug 18585 - Connect to RDF triplestore (add dependency) Add RDF::Trine to the list of Perl dependencies Signed-off-by: Josef Moravec --- C4/Installer/PerlDependencies.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index c4f5409..5167847 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -862,6 +862,11 @@ our $PERL_DEPS = { 'required' => '0', 'min_ver' => '0.07', }, + 'RDF::Trine' => { + 'usage' => 'Managing RDF and triplestores', + 'required' => '1', + 'min_ver' => '1.017', + }, }; 1; -- 2.1.4