NAME
App::Perldoc::Search - implementation for perldoc-search
SYNOPSIS
App::Perldoc::Search->run( 'thing_to_search_for' )
App::Perldoc::Search->run( '--help' )
App::Perldoc::Search->run( '-G' => '\.pm', 'thing_to_search_for' )
DESCRIPTION
Implements the guts of the perldoc-search script.
METHODS
App::Perldoc::Search-<run( OPTIONS )
The main run loop. Handles all getopt parsing. See perldoc-script for the options.
_help()
Prints the manual and exits
_error_help()
Prints the manual to STDERR and exits with 2.
SUPPORT
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
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
COPYRIGHT & LICENSE
Copyright 2009 Josh ben Jore, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SOURCE AVAILABILITY
This source is in Github: git://github.com/jbenjore/app-perldoc-search.git
AUTHOR
Josh ben Jore