https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40473

--- Comment #12 from David Cook <[email protected]> ---
(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.
_______________________________________________
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/

Reply via email to