We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1058e commit 700d4a0Copy full SHA for 700d4a0
web_programming/weather/weather_info_mojo.pl
@@ -35,7 +35,7 @@ sub get_data {
35
return $response->body;
36
}
37
else {
38
- croak $response->status_line;
+ croak $response->message;
39
40
41
0 commit comments