Group
Extension

Matches 1

Weather-Meteo ( N/NH/NHORNE/Weather-Meteo-0.12.tar.gz, NHORNE, 2025; MetaCPAN )
Weather-Meteo/lib/Weather/Meteo.pm ( view source; MetaCPAN )
package Weather::Meteo;

use strict;
use warnings;

use Carp;
use CHI;
use JSON::MaybeXS;
use LWP::UserAgent;
use Scalar::Util;
use Time::HiRes;
use URI;

use constant FIRST_YEAR => 1940;

=head1 NAME
d to decode correctly

	my $rc;
	eval { $rc = JSON::MaybeXS->new()->utf8()->decode($res->decoded_content()) };
	if($@) {
		Carp::carp("Failed to parse JSON response: $@");
		return;
	}

	if($rc) {
		i

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.