
Cpan::sqlite is used for setting up, maintaining, and searching through a local cpan database consisting of information in the three main cpan index files:
$cpan/authors/01mailrc.txt.gz
$cpan/modules/02packages.details.txt.gz
$cpan/modules/03modlist.data.gz
dbd::sqlite is used as the database engine.