summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-01-07 12:07:53 +0100
committerfranck cuny <franck@lumberjaph.net>2010-01-07 12:07:53 +0100
commit145cacd499214f75c2058234d8fe3f3fcfec267a (patch)
tree56d62030e3e3d80cefabcf1f11030224aeaf577f /lib
parentnew tests (diff)
downloadnet-http-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
Diffstat (limited to 'lib')
-rw-r--r--lib/MooseX/Net/API.pm2
1 files changed, 1 insertions, 1 deletions
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',