From 6d0081c83634f6591780945c551dd46a466a05a9 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Tue, 8 Dec 2009 10:37:22 +0100 Subject: Checking in changes prior to tagging of version 0.02. Changelog diff is: diff --git a/Changes b/Changes index e512550..c299913 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,8 @@ Revision history for Perl extension MooseX::Net::API +0.02 Tue 08 Dec 2009 10:36:03 AM CET + - api_base_url is optional + - add tests to play with catalyst + 0.01 Mon Nov 23 14:54:25 2009 - original version --- lib/MooseX/Net/API.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/MooseX/Net') diff --git a/lib/MooseX/Net/API.pm b/lib/MooseX/Net/API.pm index 4e1ae5e..a2f663e 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.01'; +our $VERSION = '0.02'; my $list_content_type = { 'json' => 'application/json', -- cgit v1.2.3