diff options
Diffstat (limited to '')
-rw-r--r-- | Changes | 3 | ||||
-rw-r--r-- | lib/MooseX/Net/API.pm | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Changes b/Changes index 06c6ebf..fe03f13 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension MooseX::Net::API +0.10 Mon 11 Jan 2010 01:30:25 PM CET + - stringify error + 0.09 Thu 07 Jan 2010 12:07:03 PM CET - update tests and add new tests - return content and http_response diff --git a/lib/MooseX/Net/API.pm b/lib/MooseX/Net/API.pm index f0a03aa..c5241d6 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.09'; +our $VERSION = '0.10'; my $list_content_type = { 'json' => 'application/json', |