Merge changes from upstream 'master' branch.

This commit is contained in:
Bradley M. Kuhn 2017-01-12 10:32:32 -08:00
commit 1a6fdd8f09
2 changed files with 6 additions and 0 deletions

View file

@ -7,6 +7,9 @@ use DBI;
use Encode qw(encode decode);
use Supporters;
binmode STDIN, ":utf8";
binmode STDOUT, ":utf8";
if (@ARGV != 1 and @ARGV !=2) {
print STDERR "usage: $0 <SUPPORTERS_SQLITE_DB_FILE> <VERBOSITY_LEVEL>\n";
exit 1;

View file

@ -7,6 +7,9 @@ use DBI;
use Encode qw(encode decode);
use Supporters;
binmode STDIN, ":utf8";
binmode STDOUT, ":utf8";
if (@ARGV != 1 and @ARGV !=2) {
print STDERR "usage: $0 <SUPPORTERS_SQLITE_DB_FILE> <VERBOSITY_LEVEL>\n";
exit 1;