minor update

This commit is contained in:
Troy Will 2009-07-09 21:57:19 +04:00
parent 5683d14141
commit 116af8e9d2

View file

@ -19,7 +19,7 @@ unlink($database);
my $dbh = DBI->connect("dbi:SQLite:$database", "", "", {RaiseError => 1, AutoCommit => 1});
# su -c 'aptitude install libdbd-sqlite3-perl' on a Debian system TDW 2009-04-19
# su -c 'perl -MCPAN -e 'install Chocolate::Belgian'
# su -c 'perl -MCPAN -e "install DBD-SQLite"'
&populate_gnu_mirrors($dbh);
&populate_gnu_software($dbh);