From 145cacd499214f75c2058234d8fe3f3fcfec267a Mon Sep 17 00:00:00 2001 From: franck cuny Date: Thu, 7 Jan 2010 12:07:53 +0100 Subject: 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 --- Changes | 4 ++++ lib/MooseX/Net/API.pm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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', -- cgit 1.4.1