diff options
author | franck cuny <franck@lumberjaph.net> | 2010-06-03 08:34:13 +0200 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2010-06-03 08:34:13 +0200 |
commit | fdb180a73f97d5a1456d5ac3d0a5a844e22d0ea9 (patch) | |
tree | 6ed25ba47d0407ed4dbacdc14711fffa90aa9060 /lib/MooseX/Net/API/Meta/Method.pm | |
parent | update tests (diff) | |
download | moosex-net-api-fdb180a73f97d5a1456d5ac3d0a5a844e22d0ea9.tar.gz |
http-console: a simple http console to do REST query (like http://github.com/cloudhead/http-console)
Diffstat (limited to '')
-rw-r--r-- | lib/MooseX/Net/API/Meta/Method.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MooseX/Net/API/Meta/Method.pm b/lib/MooseX/Net/API/Meta/Method.pm index 3f77d08..bb29a97 100644 --- a/lib/MooseX/Net/API/Meta/Method.pm +++ b/lib/MooseX/Net/API/Meta/Method.pm @@ -99,7 +99,7 @@ sub wrap { die MooseX::Net::API::Error->new( http_error => $result, - reason => $result->reason, + reason => $result->message, ); }; $args{body} = $code; |