diff options
author | franck cuny <franck@lumberjaph.net> | 2010-01-07 12:07:53 +0100 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2010-01-07 12:07:53 +0100 |
commit | 145cacd499214f75c2058234d8fe3f3fcfec267a (patch) | |
tree | 56d62030e3e3d80cefabcf1f11030224aeaf577f | |
parent | new tests (diff) | |
download | moosex-net-api-145cacd499214f75c2058234d8fe3f3fcfec267a.tar.gz |
Checking in changes prior to tagging of version 0.09. Changelog diff is:
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
-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', |