From 4bf788c65df60ad1cb574026ca4ce6e1aae14d1e Mon Sep 17 00:00:00 2001
From: David Cook <dcook@prosentient.com.au>
Date: Fri, 12 May 2017 16:53:47 +1000
Subject: [PATCH] Bug 18585 - Connect to RDF triplestore (add dependency)

Add RDF::Trine to the list of Perl dependencies
---
 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.10.2