-
-
06 Jan 2011 07:12:00 UTC
- Distribution: Pod-Perldocs
- Module version: 0.16
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Issues
- Testers (239 / 0 / 0)
- Kwalitee
Bus factor: 1- License: perl_5
- Activity
24 month- Tools
- Download (3.51KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Randy Kobes
- Dependencies
- LWP
- Pod::Perldoc
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Pod::Perldocs - view remote pod via Pod::Perldoc
DESCRIPTION
This is a drop-in replacement for
perldoc
based onPod::Perldoc
. Usage is the same, except in the case when documentation for a module cannot be found on the local machine, in which case a query (via LWP or SOAP::Lite) will be made to a remote pod repository and, if the documentation is found there, the results will be displayed as usual.NOTE
The values of
$pod_server
,$soap_uri
and$soap_proxy
at the top of this script reflect the location of the remote pod repository.SERVER
See the CPAN-Search-Lite project on SourceForge at http://sourceforge.net/projects/cpan-search/ for the software needed to set up a remote pod repository used by
perldocs
.SEE ALSO
COPYRIGHT
This software is copyright 2004,2009 by Randy Kobes <r.kobes@uwinnipeg.ca>. Usage and redistribution is under the same terms as Perl itself.
CURRENT MAINTAINER
Kenichi Ishigaki <ishigaki@cpan.org>
Module Install Instructions
To install Pod::Perldocs, copy and paste the appropriate command in to your terminal.
cpanm Pod::Perldocs
perl -MCPAN -e shell install Pod::Perldocs
For more information on module installation, please visit the detailed CPAN module installation guide.