[KinoSearch] Subclassable Highlighter
Marvin Humphrey
marvin at rectangular.com
Wed Jan 30 10:34:55 PST 2008
On Jan 30, 2008, at 9:58 AM, Father Chrysostomos wrote:
>> * Rename fetch_hit_hashref to fetch_hit().
>
> The attached patch takes care of this.
Thanks! I've applied this as r2970.
Some variable names should change because of this patch. For
instance, in t/508-hits.t...
while ( my $hashref = $hits->fetch_hit ) {
... should really be:
while ( my $hit = $hits->fetch_hit ) {
If I make such changes, will it inconvenience you?
Marvin Humphrey
Rectangular Research
http://www.rectangular.com/
_______________________________________________
KinoSearch mailing list
KinoSearch at rectangular.com
http://www.rectangular.com/mailman/listinfo/kinosearch
More information about the kinosearch
mailing list