Loading lib/Travel/Status/DE/IRIS.pm +1 −1 Original line number Diff line number Diff line Loading @@ -337,7 +337,7 @@ sub get_with_cache_p { my ($tx) = @_; if ( my $err = $tx->error ) { $promise->reject( "GET $url returned HTTP $err->{code} $err->{messag}"); "GET $url returned HTTP $err->{code} $err->{message}"); return; } my $content = $tx->res->body; Loading Loading
lib/Travel/Status/DE/IRIS.pm +1 −1 Original line number Diff line number Diff line Loading @@ -337,7 +337,7 @@ sub get_with_cache_p { my ($tx) = @_; if ( my $err = $tx->error ) { $promise->reject( "GET $url returned HTTP $err->{code} $err->{messag}"); "GET $url returned HTTP $err->{code} $err->{message}"); return; } my $content = $tx->res->body; Loading