add setter locationTemp to change location temporary
This commit is contained in:
		| @@ -230,7 +230,7 @@ sub _RetrieveDataFromDarkSky($) { | |||||||
|  |  | ||||||
|     $self->{cached}->{lat}  = $self->{lat} |     $self->{cached}->{lat}  = $self->{lat} | ||||||
|       unless ( $self->{cached}->{lat} == $self->{lat} ); |       unless ( $self->{cached}->{lat} == $self->{lat} ); | ||||||
|     $self->{cached}->{long} = $self{long} |     $self->{cached}->{long} = $self->{long} | ||||||
|       unless ( $self->{cached}->{long} == $self->{long} ); |       unless ( $self->{cached}->{long} == $self->{long} ); | ||||||
|  |  | ||||||
|     my $paramRef = { |     my $paramRef = { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user