Subject: | Search::GIN::Multiplex defunct |
It seems that in Search::GIN::Multiplex, the line
return map { $_->extract_values } @{ $self->extractors };
should read
return map { $_->extract_values(@args) } @{ $self->extractors };
I have no idea how this code could ever work before. Maybe there is
something I didn't understand?