summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-01-04 11:50:34 +0100
committerfranck cuny <franck@lumberjaph.net>2010-01-04 11:50:34 +0100
commit60f18d99f2efcfdfee809ea6cdbf77c3edc2029d (patch)
tree590b3291606d5c04ebdd2e89ccc9bc96e9098c86
parentfix error reporting (diff)
downloadmoosex-net-api-60f18d99f2efcfdfee809ea6cdbf77c3edc2029d.tar.gz
Checking in changes prior to tagging of version 0.07. Changelog diff is:
diff --git a/Changes b/Changes
index 2ea51bd..8335104 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension MooseX::Net::API

+0.07    Mon 04 Jan 2010 11:50:22 AM CET
+        - fix error reporting
+
 0.06    Sun 20 Dec 2009 05:17:49 PM CET
         - mainly cleaning and POD
-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 2ea51bd..8335104 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension MooseX::Net::API
 
+0.07    Mon 04 Jan 2010 11:50:22 AM CET  
+        - fix error reporting
+
 0.06    Sun 20 Dec 2009 05:17:49 PM CET  
         - mainly cleaning and POD
 
diff --git a/lib/MooseX/Net/API.pm b/lib/MooseX/Net/API.pm
index 63802db..a9e6cb4 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.06';
+our $VERSION = '0.07';
 
 my $list_content_type = {
     'json' => 'application/json',