1Menlo::Index::MetaDB(3)User Contributed Perl DocumentatioMnenlo::Index::MetaDB(3)
2
3
4

SYNOPSIS

6         use CPAN::Common::Index::MetaDB;
7
8         $index = CPAN::Common::Index::MetaDB->new;
9
10         $index->search_packages({ package => "Moose" });
11         $index->search_packages({ package => "Moose", version_range => ">= 2.0" });
12

DESCRIPTION

14       This module implements a CPAN::Common::Index that searches for packages
15       against the same CPAN MetaDB API used by cpanminus.
16
17       There is no support for advanced package queries or searching authors.
18       It just takes a package name and returns the corresponding version and
19       distribution.
20
21
22
23perl v5.30.1                      2020-01-30           Menlo::Index::MetaDB(3)
Impressum