Lines 25-36
use C4::Installer::PerlModules;
Link Here
|
25 |
# apt-file can find, e.g. in the Koha repo rather than the regular |
25 |
# apt-file can find, e.g. in the Koha repo rather than the regular |
26 |
# debian one. |
26 |
# debian one. |
27 |
my %overrides = ( |
27 |
my %overrides = ( |
28 |
'LWP::Protocol::https' => 'liblwp-protocol-https-perl|libwww-perl (<<6.02), libio-socket-ssl-perl', |
28 |
'LWP::Protocol::https' => 'liblwp-protocol-https-perl | libwww-perl (<<6.02), libio-socket-ssl-perl', |
29 |
'HTTP::OAI' => 'libhttp-oai-perl (>= 3.2) | libhttp-oai-3.27-perl, libhttp-oai-perl (<< 4.0) | libhttp-oai-3.27-perl', |
29 |
'HTTP::OAI' => 'libhttp-oai-perl (>= 3.2) | libhttp-oai-3.27-perl, libhttp-oai-perl (<< 4.0) | libhttp-oai-3.27-perl', |
30 |
'IO::Socket::IP' => 'perl-modules (>= 5.20.0) | libio-socket-ip-perl', |
30 |
'IO::Socket::IP' => 'perl-modules (>= 5.20.0) | libio-socket-ip-perl', |
31 |
'Swagger2' => 'libswagger2-perl (>= 0.59)', |
31 |
'Swagger2' => 'libswagger2-perl (>= 0.59)', |
32 |
'Mojolicious' => 'libmojolicious-perl (>= 6.0)', |
32 |
'Mojolicious' => 'libmojolicious-perl (>= 6.0)', |
33 |
'CPAN::Meta' => 'libcpan-meta-perl (>= 2.150010) | perl-modules-5.28 | perl-modules-5.30 | perl-modules (>= 5.20.2)' |
33 |
'CPAN::Meta' => 'libcpan-meta-perl (>= 2.150010) | perl-modules-5.28 | perl-modules-5.30 | perl-modules (>= 5.20.2)', |
|
|
34 |
'Locale::Language' => 'liblocale-codes-perl' |
34 |
); |
35 |
); |
35 |
|
36 |
|
36 |
# These are packages we're going to ignore |
37 |
# These are packages we're going to ignore |
37 |
- |
|
|