Hi Yavor, I have a question

In http://bugzilla.mkgnu.net/show_bug.cgi?id=1498

is List::MoreUtils is really necessary?

Why, for example, is there such a change? What was wrong with lsearch?

-        my $pos = Bugzilla::Util::lsearch($resolution_values, '');
+        my $pos = firstidx { $_ eq '' } @$resolution_values;


Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to