Port to Perl 5.32

This commit is contained in:
Peter J. Holzer 2021-08-29 09:24:59 +02:00
parent 41380bb04f
commit 12db194723
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ sub update {
$atomfeed = $api->getFeed($self->{url});
} catch {
$self->log->error("error fetching $self->{url}: $@");
}
};
if ($atomfeed) {
my @items = $atomfeed->entries;
for my $item (@items) {