зеркало из https://github.com/mozilla/pjs.git
make verbose output a command line switch
This commit is contained in:
Родитель
45c2d92ce0
Коммит
f235349be1
|
@ -7,6 +7,10 @@ use strict;
|
|||
|
||||
my $VERBOSE = 1;
|
||||
|
||||
use Getopt::Long;
|
||||
my $VERBOSE = 0;
|
||||
GetOptions("verbose" => \$VERBOSE);
|
||||
|
||||
# Establish a database connection.
|
||||
my $dsn = "DBI:mysql:host=mecha.mozilla.org;database=downloadstats;port=3306";
|
||||
my $dbh = DBI->connect($dsn,
|
||||
|
|
Загрузка…
Ссылка в новой задаче