You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
320 B
8 lines
320 B
This module provides a common library for working with a variety of CPAN
|
|
index services. It is intentionally minimalist, trying to use as few
|
|
non-core modules as possible.
|
|
|
|
The "CPAN::Common::Index" module is an abstract base class that defines
|
|
a common API. Individual backends deliver the API for a particular
|
|
index.
|
|
|
|
|