Bug 12259 - fix version numbers in dependencies
authorRobin Sheat <robin@catalyst.net.nz>
Wed, 14 May 2014 22:39:26 +0000 (10:39 +1200)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 16 May 2014 02:48:37 +0000 (02:48 +0000)
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.)

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Installer/PerlDependencies.pm

index eb4685d..8914a6b 100644 (file)
@@ -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' => {