[Koha-bugs] [Bug 20022] use Modern::Perl in t (test) perl scripts

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jan 13 22:38:37 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20022

--- Comment #4 from Aleisha Amohia <aleisha at catalyst.net.nz> ---
(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.


More information about the Koha-bugs mailing list