https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36049 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #23 from David Cook <dcook@prosentient.com.au> --- (In reply to Raphael Straub from comment #22)
Math::BigFloat is not a new dependancy ? I think it is a new dependency as it is not yet in Koha's cpanfile. Math::BigFloat is installed because it seems to be a dependency of some other Perl module that Koha depends on. On Debian/Ubuntu Math::BigFloat is
(In reply to Fridolin Somers from comment #21) part of the perl-modules-* package.
Nevertheless, to ensure that Math::BigFloat is always installed with Koha it should be declared as a direct dependency. Is it sufficient to add it to cpanfile?
It looks like Math::BigFloat is and has for a very long time been a part of the Perl core: https://perldoc.perl.org/Math::BigFloat In theory, I'm not opposed to listing it as a dependency. I think that debian/list-deps should auto-detect that it's part of perl-modules-5* and not add it to the debian/control. -- You are receiving this mail because: You are watching all bug changes.