about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-01-11 13:30:33 +0100
committerfranck cuny <franck@lumberjaph.net>2010-01-11 13:30:33 +0100
commit983cbb527576653e95a647710be2636eaf6fce03 (patch)
treedb42951374196743d922a9126d4858a4d23707f4
parentstringify error (diff)
downloadnet-http-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--Changes3
-rw-r--r--lib/MooseX/Net/API.pm2
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',