diff options
author | franck cuny <franck@lumberjaph.net> | 2010-01-11 13:30:33 +0100 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2010-01-11 13:30:33 +0100 |
commit | 983cbb527576653e95a647710be2636eaf6fce03 (patch) | |
tree | db42951374196743d922a9126d4858a4d23707f4 | |
parent | stringify error (diff) | |
download | moosex-net-api-983cbb527576653e95a647710be2636eaf6fce03.tar.gz |
Checking in changes prior to tagging of version 0.10. Changelog diff is:
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
-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', |