=pod =head1 NAME qdb - maintain and query CPAN's update history =head1 SYNOPSIS Usage: qdb [-v] [-q] [-d] [-T] [-h] [-t] [-i] [-c conf] option v : be verbose option q : be quiet option d : show debug info option T : show trace info option h : show help ; exit option t : test the config, using port+1 ; exit option i : interactive ; don't fork the daemon option c : use config $conf ; default [ qdb.conf, /etc/qdb/conf] =head1 DESCRIPTION At the moment, CPAN's I uses C-files, which contain CPAN's update history. The idea is to maintain the update history in an online database, which I clients can query for new events. This would obsolete the C-files and simplify C and I clients. Program B stops/starts a server I thats maintains a database containing CPAN's update history. The update history is a list of tuples (events) ⟦ id, type, path, time ⟧ where =over 4 =item * I is some (auto-increment) unique number, =item * I is either C or C, =item * I is a file-path in CPAN, =item * I