App-Grepl

 view release on metacpan or  search on metacpan

lib/App/Grepl.pm  view on Meta::CPAN

This software allows you to 'grep' through Perl documents.  Further, you can
specify which I<parts> of the documents you wish to search through.  While you
can use the class API directly, generally you'll use the C<grepl> program
which is automatically installed.  For example, to search all comments for
'XXX' or 'xxx':

 grepl --dir lib/ --pattern '(?i:XXX)' --search comments

See C<perldoc grepl> for more examples of that interface.

See L<Allowed Tokens> for what you can search through.  This will be expanded
as time goes on.  Patches very welcome.

=head1 METHODS

=head2 Class Methods

=head3 C<new>

    my $grepl = App::Grepl->new( {
        dir     => $some_dir,



( run in 0.842 second using v1.01-cache-2.11-cpan-5623c5533a1 )