https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25712 --- Comment #9 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to Lucas Gass from comment #7)
FAIL cataloguing/additem.pl FAIL valid Global symbol "$addedolditem" requires explicit package name (did you forget to declare "my $addedolditem"?) Global symbol "$addedolditem" requires explicit package name (did you forget to declare "my $addedolditem"?)
Fixed!
FAIL t/lib/Koha/Plugin/Test.pm FAIL critic # Variables::ProhibitUnusedVariables: Got 1 violation(s).
This one's a false alarm and can be ignored.
FAIL tools/batchMod.pl FAIL valid Global symbol "$barcode" requires explicit package name (did you forget to declare "my $barcode"?) tools/batchMod.pl had compilation errors.
Fixed! -- You are receiving this mail because: You are watching all bug changes.