App-GitFind

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

        'List::SomeUtils' => '0.50',
        'Math::Cartesian::Product' => '1.009',

        # 'Module::Find' => '0.12', # For bugfixes
                                    # - Use for finding plugins to load.
                                    # - May also need Module::Runtime.
                                    # - Alternative is Module::Pluggable,
                                    #   but that appears to have more test
                                    #   failures.

        # 'Number::Compare' => '0', # - looks cool

        #'overload' => '0',

        'Path::Class' => '0.37',
            # NOTE: we no longer use Path::Class directly - we have our
            # own version in App::GitFind::PathClassMicro.  However,
            # listing Path::Class here means we will always have the correct
            # dependencies for that rolled-in version.

        'Pod::Usage' => '0',

lib/App/GitFind/Searcher/FileSystem.pm  view on Meta::CPAN

use App::GitFind::PathClassMicro;

# Docs {{{1

=head1 NAME

App::GitFind::Searcher::FileSystem - Search for files on disk

=head1 SYNOPSIS

This is an L<App::GitFind::Searcher> that looks through a file system.

=cut

# }}}1

=head1 FUNCTIONS

=head2 run

See L<App::GitFind::Searcher/run>.

lib/App/GitFind/Searcher/Git.pm  view on Meta::CPAN

use Git::Raw::Submodule;

# Docs {{{1

=head1 NAME

App::GitFind::Searcher::Git - Search for files on disk

=head1 SYNOPSIS

This is an L<App::GitFind::Searcher> that looks through a file system.

=cut

# }}}1

=head1 FUNCTIONS

=head2 run

Conducts a search.



( run in 0.468 second using v1.01-cache-2.11-cpan-64827b87656 )