-
-
19 Mar 2012 04:44:33 UTC
- Distribution: App-Perldoc-Search
- Module version: 0.11
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (2)
- Testers (349 / 0 / 0)
- Kwalitee
Bus factor: 0- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (11.72KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Test::More
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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
Module Install Instructions
To install App::Perldoc::Search, copy and paste the appropriate command in to your terminal.
cpanm App::Perldoc::Search
perl -MCPAN -e shell install App::Perldoc::Search
For more information on module installation, please visit the detailed CPAN module installation guide.