NAME
perldoc-search - Searches perl documentation
VERSION
version 0.11
SYNOPSIS
Search for things documenting add_build_element
:
perldoc-search add_build_element
Results
perltoc - perl documentation table of contents
Module::Build::API - API Reference for Module Authors
Module::Build::Cookbook - Examples of Module::Build Usage
Search only some directories or files:
perldoc-search add_build_element Some/File.pm A/Directory/
DESCRIPTION
App::Perldoc::Search searches your perl documentation files for matches and displays the result to STDOUT.
OPTIONS
- -G REGEXP
-
Matches file names to search. Default is to search all .pod, .pm, .pmc files.
- -l
-
Lists matched file names.
- --help
-
Displays this documentation
- --slow
-
Do a slower search which parses embedded documentation to reject false positives and more accurately extract the document's title.
SEE ALSO
perldoc, apropos, perltoc, App::Perldoc::Search