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

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
The name of the database used.
The user under which to connect as.
The password to use for this user.
