libcpan-sqlite-perl

Module to maintain a minimal cpan database with sqlite
  https://metacpan.org/release/CPAN-SQLite
  0
  no reviews



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.