зеркало из https://github.com/mozilla/pjs.git
Overshot the mark on some of the previous changes. content() is actually a method.
This commit is contained in:
Родитель
e418f344b3
Коммит
4d68d46d56
|
@ -66,9 +66,9 @@ sub get {
|
|||
}
|
||||
my $response = $self->{ua}->request($request);
|
||||
if (wantarray) {
|
||||
return ($response->{content}, $response);
|
||||
return ($response->content, $response);
|
||||
} else {
|
||||
return $response->{content};
|
||||
return $response->content;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче