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

NAME

csl_query - example command-line interface to CPAN::Search::Lite::Query

DESCRIPTION

This script provides an example command-line interface to CPAN::Search::Lite::Query. It can be used as

   perl csl_query --db database --user nobody --passwd me --module  Mod::Name
   perl csl_query --db database --user nobody --passwd me  --dist  Distname
   perl csl_query --db database --user nobody --passwd me  --cpanid  CPANID

which will provide, respectively, some information on the requested module name, distribution name, or CPAN id. The options

--db database

The name of the database used.

--user nobody

The user under which to connect as.

--passwd me

The password to use for this user.

SEE ALSO

CPAN::Search::Lite::Query.