This commit is contained in:
Troy Will 2009-07-05 05:11:59 +04:00
parent 93ce607d68
commit 0f338eb54d

View file

@ -22,10 +22,8 @@ my $dbh = DBI->connect("dbi:SQLite:$database", "", "", {RaiseError => 1, AutoCom
&populate_gnu_mirrors($dbh);
&populate_gnu_software($dbh);
&print_mirrors;
&print_software;
exit if $ARGV[0] eq 'print';
&stow_gnu_software($ARGV[0]);
# &print_mirrors;
# &print_software;
################################################ Subroutines only below this line ############################