https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25712
--- Comment #9 from Kyle M Hall <[email protected]> --- (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. _______________________________________________ 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/
