App::Perldoc::Search - implementation for perldoc-search


App-Perldoc-Search documentation  | view source Contained in the App-Perldoc-Search distribution.

Index


NAME

Top

App::Perldoc::Search - implementation for perldoc-search

VERSION

Top

version 0.07

SYNOPSIS

Top

  App::Perldoc::Search->run( 'thing_to_search_for' )

  App::Perldoc::Search->run( '--help' )

  App::Perldoc::Search->run( '-G' => '\.pm', 'thing_to_search_for' )

DESCRIPTION

Top

Implements the guts of the perldoc-search script.

METHODS

Top

run

The main run loop. Handles all getopt parsing. See perldoc-script for the options.

    App::Perldoc::Search->run( @options );

_help()

Prints the manual and exits

_error_help()

Prints the manual to STDERR and exits with 2.

SUPPORT

Top

You can find documentation for this script and module with the --help parameter and with perldoc.

  perldoc-search --help
  perldoc App::Perldoc::Search

You can also look for information at:

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-Perldoc-Search

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/App-Perldoc-Search

* CPAN Ratings

http://cpanratings.perl.org/d/App-Perldoc-Search

* Search CPAN

http://search.cpan.org/dist/App-Perldoc-Search/

COPYRIGHT & LICENSE

Top

SOURCE AVAILABILITY

Top

This source is in Github: git://github.com/jbenjore/app-perldoc-search.git

AUTHOR

Top

Josh ben Jore


App-Perldoc-Search documentation  | view source Contained in the App-Perldoc-Search distribution.