The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Weather::OpenWeatherMap::Request::Current

SYNOPSIS

# Usually created by Weather::OpenWeatherMap
my $current = Weather::OpenWeatherMap::Request->new_for(
Current =>
tag => 'foo',
location => 'Manchester, NH',
);

DESCRIPTION

This is an empty subclass of Weather::OpenWeatherMap::Request.

Look there for related documentation.

AUTHOR

Jon Portnoy <avenj@cobaltirc.org>

Licensed under the same terms as Perl