0

more debug info

This commit is contained in:
Kaimi
2018-07-05 13:02:59 +03:00
committed by GitHub
parent 9b87677388
commit 4cf3891463

View File

@@ -244,6 +244,8 @@ my $json_decoder = JSON::PP->new->utf8->pretty->allow_nonref->allow_singlequote;
my @exclude = ();
my @include = ();
info(DEBUG, 'OS: ' . $^O . '; Path: ' . $^X . '; Version: ' . $^V);
if($opt{proxy})
{
$ua->proxy(['http', 'https'], 'http://' . $opt{proxy} . '/');