Lines 27-36
use C4::Installer::PerlModules;
Link Here
|
27 |
# apt-file can find, e.g. in the Koha repo rather than the regular |
27 |
# apt-file can find, e.g. in the Koha repo rather than the regular |
28 |
# debian one. |
28 |
# debian one. |
29 |
my %overrides = ( |
29 |
my %overrides = ( |
30 |
'LWP::Protocol::https' => 'liblwp-protocol-https-perl | libwww-perl (<<6.02), libio-socket-ssl-perl', |
|
|
31 |
'HTTP::OAI' => 'libhttp-oai-perl (>= 3.2) | libhttp-oai-3.27-perl, libhttp-oai-perl (<< 4.0) | libhttp-oai-3.27-perl', |
30 |
'HTTP::OAI' => 'libhttp-oai-perl (>= 3.2) | libhttp-oai-3.27-perl, libhttp-oai-perl (<< 4.0) | libhttp-oai-3.27-perl', |
32 |
'IO::Socket::IP' => 'perl-modules (>= 5.20.0) | libio-socket-ip-perl', |
|
|
33 |
'CPAN::Meta' => 'libcpan-meta-perl (>= 2.150010) | perl-modules-5.28 | perl-modules-5.30 | perl-modules (>= 5.20.2)', |
34 |
'CGI::Compile' => 'libcgi-compile-perl (>= 0.25) | libcgi-compile-perl (<< 0.24)', |
31 |
'CGI::Compile' => 'libcgi-compile-perl (>= 0.25) | libcgi-compile-perl (<< 0.24)', |
35 |
'DBD::SQLite' => 'libdbd-sqlite3-perl', |
32 |
'DBD::SQLite' => 'libdbd-sqlite3-perl', |
36 |
'Starman' => 'starman', |
33 |
'Starman' => 'starman', |
37 |
- |
|
|