The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Weather::OpenWeatherMap::Request::Current

SYNOPSIS

# Usually created by Weather::OpenWeatherMap
use Weather::OpenWeatherMap::Request;
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