about summary refs log tree commit diff
path: root/lib/MooseX
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-12-09 10:58:15 +0100
committerfranck cuny <franck@lumberjaph.net>2009-12-09 10:58:15 +0100
commita82cf2bfbeb3d3675deec2848377bf8284352f54 (patch)
treee23a3443676a6567a4a426232098aa9f34e61628 /lib/MooseX
parentsome cleaning (diff)
downloadnet-http-api-a82cf2bfbeb3d3675deec2848377bf8284352f54.tar.gz
Checking in changes prior to tagging of version 0.04. Changelog diff is:
diff --git a/Changes b/Changes
index 212dc55..51448b4 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension MooseX::Net::API

+0.04    Wed 09 Dec 2009 10:58:04 AM CET
+        - some cleaning in roles
+
 0.03    Tue 08 Dec 2009 04:22:45 PM CET
         - move some code in roles
         - add code to use catalyst in tests
Diffstat (limited to 'lib/MooseX')
-rw-r--r--lib/MooseX/Net/API.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MooseX/Net/API.pm b/lib/MooseX/Net/API.pm
index e1c1f82..e7c21e2 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.03';
+our $VERSION = '0.04';
 
 my $list_content_type = {
     'json' => 'application/json',