about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-12-09 11:02:04 +0100
committerfranck cuny <franck@lumberjaph.net>2009-12-09 11:02:04 +0100
commit97cb1a7615102dd1cb58ba0b9a523f0c49958a50 (patch)
tree11ffbd5aa12cca0342797db62eec4e5f7b08018b
parenttry::tiny is missing (diff)
downloadnet-http-api-97cb1a7615102dd1cb58ba0b9a523f0c49958a50.tar.gz
Checking in changes prior to tagging of version 0.05. Changelog diff is:
diff --git a/Changes b/Changes
index 51448b4..0b8c585 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension MooseX::Net::API

+0.05    Wed 09 Dec 2009 11:01:54 AM CET
+        - missing try::tiny
+
 0.04    Wed 09 Dec 2009 10:58:04 AM CET
         - some cleaning in roles
-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 51448b4..0b8c585 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension MooseX::Net::API
 
+0.05    Wed 09 Dec 2009 11:01:54 AM CET  
+        - missing try::tiny
+
 0.04    Wed 09 Dec 2009 10:58:04 AM CET  
         - some cleaning in roles
 
diff --git a/lib/MooseX/Net/API.pm b/lib/MooseX/Net/API.pm
index e7c21e2..a18fd42 100644
--- a/lib/MooseX/Net/API.pm
+++ b/lib/MooseX/Net/API.pm
@@ -13,7 +13,7 @@ use MooseX::Net::API::Meta::Method;
 use MooseX::Net::API::Role::Serialize;
 use MooseX::Net::API::Role::Deserialize;
 
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 my $list_content_type = {
     'json' => 'application/json',