-
-
08 Jan 2011 06:26:14 UTC
- Distribution: CPAN-Search-Lite
- Module version: 0.77
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (0 / 0 / 0)
- Kwalitee
Bus factor: 1- % Coverage
- License: unknown
- Activity
24 month- Tools
- Download (623.91KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Randy Kobes
- Dependencies
- AI::Categorizer
- Algorithm::NaiveBayes
- Apache2::SOAP
- Archive::Tar
- Archive::Zip
- CPAN::DistnameInfo
- Config::IniFiles
- DBD::mysql
- File::Spec
- File::Temp
- HTML::TextToHTML
- IO::Zlib
- LWP
- Lingua::Stem
- Lingua::StopWords
- Locale::Country
- Perl::Tidy
- Pod::Select
- Pod::Xhtml
- SOAP::Lite
- XML::SAX::ExpatXS
- YAML
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Apache2::DocServer - mod_perl 2 soap server for soap-enhanced perldoc
DESCRIPTION
This module provides a mod_perl 2 soap-based service to
Pod::Perldocs
. The necessary Apache2 directives arePerlLoadModule Apache2::DocServer DocServer_db database_name DocServer_user user_name DocServer_passwd password_for_above_user DocServer_pod_root "/Path/to/pod/root" <Location /docserver> SetHandler perl-script PerlResponseHandler Apache2::SOAP PerlSetVar dispatch_to "D:/Perl/site/lib/Apache2, Apache2::DocServer" </Location>
where
Apache::SOAP
is included in version 0.69 and above of theSOAP::Lite
distribution. See theperldocs
script in this distribution for an example of it's use.SEE ALSO
Module Install Instructions
To install CPAN::Search::Lite, copy and paste the appropriate command in to your terminal.
cpanm CPAN::Search::Lite
perl -MCPAN -e shell install CPAN::Search::Lite
For more information on module installation, please visit the detailed CPAN module installation guide.