The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

csl_soap - example client soap interface to CPAN::Search::Lite::Query

DESCRIPTION

This script provides an example client soap interface to CPAN::Search::Lite::Query. It can be used as

   perl csl_soap --module  Mod::Name
   perl csl_soap --dist  Distname
   perl csl_soap --cpanid  CPANID

which will provide, respectively, some information on the requested module name, distribution name, or CPAN id. An example server script, soap.cgi, is supplied in the distribution; this should be placed in the server's cgi-bin directory.

NOTE

Make sure to check the values of $soap_uri and $soap_proxy at the top of this file.

SEE ALSO

CPAN::Search::Lite::Query.