https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20022
--- Comment #4 from Aleisha Amohia <[email protected]> --- (In reply to Jon Knight from comment #2) > Appears to be missing 'use Modern::Perl;' in: > > t/Barcodes_annual.t The reason this was skipped is because there is no use strict; use warnings; so we don't want to add them if they're not already being used. It was likely accidentally added to the commit message. Patch has been rebased and is ready to test. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
