The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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?