https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40490 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #184575|0 |1 is obsolete| | --- Comment #4 from David Cook <dcook@prosentient.com.au> --- Created attachment 184576 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=184576&action=edit Bug 40490: Remove warnings from GD::Barcode::QRcode - U24 01:18:38 koha_1 | # Failed test 'no warnings' 01:18:38 koha_1 | # at /usr/share/perl/5.38/Test/Builder.pm line 193. 01:18:38 koha_1 | # There were 6 warning(s) 01:18:38 koha_1 | # Previous test 4 '401 Unauthorized' 01:18:38 koha_1 | # Use of uninitialized value $aMask[1079] in bitwise xor (^) at /usr/share/perl5/GD/Barcode/QRcode.pm line 217. 01:18:38 koha_1 | # at /usr/share/perl5/GD/Barcode/QRcode.pm line 217. jammy (22.04LTS) (perl): 1.15-7 noble (24.04LTS) (perl): 2.00-1 I guess it's fixed by https://github.com/mbeijen/GD-Barcode/commit/85e7911e65bf1c4746d9ce2e743580b... But it is not released yet: version 2 is from September 2023 and commit from March 2024. Test plan: Install version 2 of GD::Barcode: `cpanm GD::Barcode@2.0.0` Run the tests Without this patch the "no warnings" test fails With this patch applied the tests pass Signed-off-by: David Cook <dcook@prosentient.com.au> -- You are receiving this mail because: You are watching all bug changes.