In article <255d58531001041607x3e3e5c7dr6121634f88e76...@mail.gmail.com>, Adam Kennedy <a...@ali.as> wrote:
> I'd rather like to avoid adding additional complexity to the current > index files. > > Instead, what about switching to a native SQLite index for the new system. That would be fine. Once we abstract how a tool asks for the list of candidate distros, it doesn't matter what's on the other side. For people constrained to what comes with Perl, such as people installing Perl for the first time, we also have to work with what comes with Perl to at least bootstrap people. Since DBI and SQLite aren't core, and it's much easier to do a proof of concept with a text file, that's what I'm using for now.