From 9fa0894f8411abcda5a6a5f8f999714fce0e0b53 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Wed, 6 Nov 2013 17:54:14 +0000 Subject: exclude "sources" in forecast call --- forecast.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forecast.pl') diff --git a/forecast.pl b/forecast.pl index c8d6e58..927e980 100644 --- a/forecast.pl +++ b/forecast.pl @@ -15,7 +15,7 @@ my $fio = WebService::ForecastIo->new({ my $json = $fio->request({ latitude => 51.54, longitude => -0.37, - exclude => ['flags'], + exclude => ['flags','sources'], raw => 1, }); -- cgit v1.2.3