https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33018 --- Comment #7 from Mason James <mtj@kohaaloha.com> --- (In reply to Magnus Enger from comment #2)
It looks like these modules are still in use in Koha?
$ grep -rn "LWP::Protocol" * cpanfile:62:requires 'LWP::Protocol::https', '5.836'; debian/list-deps:30: 'LWP::Protocol::https' => 'liblwp-protocol-https-perl | libwww-perl (<<6.02), libio-socket-ssl-perl',
this pkg is required, but no longer needs to be explicitly listed in deb/list-deps
$ grep -rn "IO::Socket::IP" * debian/list-deps:32: 'IO::Socket::IP' => 'perl-modules (>= 5.20.0) | libio-socket-ip-perl', misc/bin/connexion_import_daemon.pl:91:# use IO::Socket::IP;
this pkg is not required, as its now provided by perl-modules-* pkg
$ grep -rn "CPAN::Meta" * cpanfile:15:requires 'CPAN::Meta', '2.150006'; debian/list-deps:33: 'CPAN::Meta' => 'libcpan-meta-perl (>= 2.150010) | perl-modules-5.28 | perl-modules-5.30 | perl-modules (>= 5.20.2)',
this pkg is not required, as its now provided by perl-modules-* pkg -- You are receiving this mail because: You are watching all bug changes.