https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19069
--- Comment #7 from Jonathan Druart <[email protected]> --- (In reply to Jon Knight from comment #3) > Is there a reason for having "does not match" and "does not exist" > considering there is the choice of "if" or "unless"? In other words isn't: > > "Delete field 999 unless 999$l matches NASH" > > equivalent to > > "Delete field 999 if 999$l does not match NASH" > > ? Yes, that sounds definitely valid. Marcel, what do you think? (In reply to Marcel de Rooy from comment #6) > FAIL Koha/MoreUtils.pm The thing is that this subroutine is a copy/paste of the List::MoreUtils subroutine, but in a newer version. I do not think we should modify it, even for trivial changes. -- 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/
