call out the correct Weather::Com module
This commit is contained in:
parent
7818789002
commit
72d1b9acc7
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ package WebGUI::Asset::Wobject::WeatherData;
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use Weather::Simple;
|
use Weather::Com::Simple;
|
||||||
use WebGUI::International;
|
use WebGUI::International;
|
||||||
use base 'WebGUI::Asset::Wobject';
|
use base 'WebGUI::Asset::Wobject';
|
||||||
use WebGUI::Utility;
|
use WebGUI::Utility;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue