https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33018
Magnus Enger <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Magnus Enger <[email protected]> --- 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', $ 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; $ 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)', So the point is that we had to provide them in the Koha Debian repo, but now we don't have to do that anymore, and we can remove them from "special treatment"? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
