diff options
Diffstat (limited to '')
-rw-r--r-- | Changes | 4 | ||||
-rw-r--r-- | lib/MooseX/Net/API.pm | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Changes b/Changes index 9478f57..06c6ebf 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension MooseX::Net::API +0.09 Thu 07 Jan 2010 12:07:03 PM CET + - update tests and add new tests + - return content and http_response + 0.08 Mon 04 Jan 2010 05:58:56 PM CET - api_base_url is not read-only diff --git a/lib/MooseX/Net/API.pm b/lib/MooseX/Net/API.pm index defbe2c..937c150 100644 --- a/lib/MooseX/Net/API.pm +++ b/lib/MooseX/Net/API.pm @@ -12,7 +12,7 @@ use MooseX::Net::API::Meta::Method; use MooseX::Net::API::Role::Serialize; use MooseX::Net::API::Role::Deserialize; -our $VERSION = '0.08'; +our $VERSION = '0.09'; my $list_content_type = { 'json' => 'application/json', |