style code

This commit is contained in:
Marko Oldenburg 2019-01-12 16:20:31 +01:00
parent 04f10821e2
commit 4ee7715a9f

View File

@ -45,7 +45,7 @@ eval "use JSON;1"
"JSON "; # apt-get install libperl-JSON on Debian and derivatives "JSON "; # apt-get install libperl-JSON on Debian and derivatives
eval "use Encode qw(encode_utf8);1" or $missingModul .= "Encode "; eval "use Encode qw(encode_utf8);1" or $missingModul .= "Encode ";
use Data::Dumper; # for Debug only # use Data::Dumper; # for Debug only
## API URL ## API URL
use constant URL => 'https://api.openweathermap.org/data/2.5/'; use constant URL => 'https://api.openweathermap.org/data/2.5/';
## URL . 'weather?' for current data ## URL . 'weather?' for current data