From bacd210c737ef399d775cc34071dcb715b69b3af Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sun, 10 Apr 2011 21:50:35 +1200 Subject: [PATCH] Bug 5917 : Updating dependencies --- C4/Installer/PerlDependencies.pm | 5 +++++ debian/control | 1 + 2 files changed, 6 insertions(+) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 945c339998..072143f726 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -474,6 +474,11 @@ our $PERL_DEPS = { 'required' => '1', 'min_ver' => '2.05', }, + 'Template' => { + 'usage' => 'Core', + 'required' => '1', + 'min_ver' => '2.22', + }, }; 1; diff --git a/debian/control b/debian/control index 14dadca373..79fd89f6bf 100644 --- a/debian/control +++ b/debian/control @@ -58,6 +58,7 @@ Build-Depends: libalgorithm-checkdigits-perl, libscalar-list-utils-perl, libschedule-at-perl, libsms-send-perl, + libtemplate-perl, libtest-simple-perl | perl-modules, libtext-csv-encoded-perl, libtext-csv-perl, -- 2.20.1