From c7570bbafba7220b621c72468b42e45c4a6fc3b2 Mon Sep 17 00:00:00 2001 From: Robin Sheat Date: Thu, 15 May 2014 10:39:26 +1200 Subject: [PATCH] Bug 12259 - fix version numbers in dependencies This sets the version numbers of the modules added by bug 12234 to more sensible values (in this case, the versions included in Debian Squeeze.) --- C4/Installer/PerlDependencies.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index eb4685d..8914a6b 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -197,14 +197,14 @@ our $PERL_DEPS = { 'Text::PDF' => { 'usage' => 'Core', 'required' => '1', - 'min_ver' => '0.33', + 'min_ver' => '0.29', # We don't use this directly, but it's not a required dependency for # PDF::Reuse however we need it via that or tests fail. }, 'Font::TTF' => { 'usage' => 'Core', 'required' => '1', - 'min_ver' => '0.33', + 'min_ver' => '0.45', # Also needed for our use of PDF::Reuse }, 'DateTime' => { -- 1.8.3.2