logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

CPAN::Common::Index::MetaDB - Search index via CPAN MetaDB

Attributes

uri
       A URI for the endpoint of a CPAN MetaDB server. The default is <http://cpanmetadb.plackperl.org/v1.0/>.

Author

       David Golden <dagolden@cpan.org>

Description

       This module implements a CPAN::Common::Index that searches for packages against the same CPAN MetaDB API
       used by cpanminus.

       There is no support for advanced package queries or searching authors.  It just takes a package name and
       returns the corresponding version and distribution.

Name

       CPAN::Common::Index::MetaDB - Search index via CPAN MetaDB

Synopsis

         use CPAN::Common::Index::MetaDB;

         $index = CPAN::Common::Index::MetaDB->new;

Version

       version 0.010

See Also