https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40490
--- Comment #7 from David Cook <[email protected]> --- (In reply to Jonathan Druart from comment #6) > > I wonder how we'll know to undo this change when there's a newer version of > > GD::Barcode available? Would it be worth wrapping this in a > > GD::Barcode::VERSION check? > > Yes, I thought about that (again for bug 18772) but didn't find an elegant > solution. > What do you mean by "wrapping in a version check"? Only the expected output > or to let us know the STDERR redirect can be removed? Yeah, letting us know when the STDERR redirect can be removed. I was thinking maybe we could do the STDERR redirect just for $GD::Barcode::VERSION == 2.00 or something like that, so that systems using older or newer versions of GD::Barcode would still get checked by Test::NoWarnings. Otherwise, I'm not sure when we'll know to come back to undo it. But it's just a thought. -- 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/
