Lines 27-38
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', |
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', |
31 |
'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', |
32 |
'IO::Socket::IP' => 'perl-modules (>= 5.20.0) | libio-socket-ip-perl', |
33 |
'Swagger2' => 'libswagger2-perl (>= 0.59)', |
33 |
'Swagger2' => 'libswagger2-perl (>= 0.59)', |
34 |
'Mojolicious' => 'libmojolicious-perl (>= 6.0)', |
34 |
'Mojolicious' => 'libmojolicious-perl (>= 6.0)', |
35 |
'CPAN::Meta' => 'libcpan-meta-perl (>= 2.150010) | perl-modules-5.28 | perl-modules-5.30 | perl-modules (>= 5.20.2)' |
35 |
'CPAN::Meta' => 'libcpan-meta-perl (>= 2.150010) | perl-modules-5.28 | perl-modules-5.30 | perl-modules (>= 5.20.2)', |
|
|
36 |
'Locale::Language' => 'liblocale-codes-perl' |
36 |
); |
37 |
); |
37 |
|
38 |
|
38 |
# These are packages we're going to ignore |
39 |
# These are packages we're going to ignore |
39 |
- |
|
|