Browse Source

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.)

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>
3.16.x
Robin Sheat 10 years ago
committed by Galen Charlton
parent
commit
9a045d4a9f
  1. 4
      C4/Installer/PerlDependencies.pm

4
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' => {

Loading…
Cancel
Save