NAME
App::Perldoc::Search - implementation for perldoc-search
VERSION
version 0.11
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
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.
COPYRIGHT & LICENSE
Copyright 2009, 2011 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 Jore