diff --git a/src/ya.pl b/src/ya.pl index 87728c6..d3ae9c1 100755 --- a/src/ya.pl +++ b/src/ya.pl @@ -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} . '/');