From 983cbb527576653e95a647710be2636eaf6fce03 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Mon, 11 Jan 2010 13:30:33 +0100 Subject: 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 --- Changes | 3 +++ lib/MooseX/Net/API.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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', -- cgit 1.4.1