The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::GitFind::Searcher - Search for files in a particular scope

SYNOPSIS

This is an abstract base class. Subclasses search for files in particular scopes.

FUNCTIONS

run

Conducts a search. Usage:

$searcher->run(sub { ... });

The only parameter is a callback that will be invoked as:

$callback->(TODO);

TODO pruning, cancelling?