Subject: | Support for CPAN::SQLite instead of parsing 02packages.details.txt.gz directly |
With the creation of CPAN::SQLite, querying packages and dists from the
packages.details file is several orders of magnitude faster than
unpacking and parsing that file each time, directly.
Could CPAN::Dependencies (or by proxy, CPAN::Parse::File) be extended to
parse the SQLite database that CPAN::SQLite uses instead? Perhaps
CPAN::Parse::SQLite?