removed qa($ua) from use LWP::UserAgent which caused WeatherData.pm to fail in certain cases
This commit is contained in:
parent
b19bf14389
commit
6edfd18072
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ package WebGUI::Asset::Wobject::WeatherData;
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
|
|
||||||
use LWP::UserAgent qw($ua);
|
use LWP::UserAgent;
|
||||||
use Tie::CPHash;
|
use Tie::CPHash;
|
||||||
use Tie::IxHash;
|
use Tie::IxHash;
|
||||||
use JSON;
|
use JSON;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue