From 792471b6c985a40f5e45b25aff00b1c8e44e244e Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Fri, 19 Dec 2014 07:47:40 -0500 Subject: [PATCH 2/2] Bug 13407 Bumping required version of PDF::Reuse --- C4/Installer/PerlDependencies.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 9e030a6..96557e3 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -192,7 +192,7 @@ our $PERL_DEPS = { 'PDF::Reuse' => { 'usage' => 'Core', 'required' => '1', - 'min_ver' => '0.33' + 'min_ver' => '0.36' }, 'Text::PDF' => { 'usage' => 'Core', -- 1.9.1