https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40473 --- Comment #12 from David Cook <dcook@prosentient.com.au> --- (In reply to Fridolin Somers from comment #9)
GD::Barcode::Code39 is a new dependency ?
We currently have : cpanfile:requires 'GD::Barcode::UPCE', '1.1';
Hmmm that's actually an interesting question. In debian/control, we specify libgd-barcode-perl which is correct. It contains the submodules QRcode, UPCE, Code39, etc. But then in cpanfile we have individual submodules listed: requires 'GD::Barcode::QRcode', '2.01'; requires 'GD::Barcode::UPCE', '1.1'; That should probably just say this: requires 'GD::Barcode', '2.01'; I think out of scope for this bug report, but maybe worth raising as a separate report? -- You are receiving this mail because: You are watching all bug changes.