From c08deffaf76db9bb029673aed9a3fcfdbe843b7b Mon Sep 17 00:00:00 2001 From: franck cuny Date: Tue, 8 Dec 2009 16:23:36 +0100 Subject: Checking in changes prior to tagging of version 0.03. Changelog diff is: diff --git a/Changes b/Changes index c299913..212dc55 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension MooseX::Net::API +0.03 Tue 08 Dec 2009 04:22:45 PM CET + - move some code in roles + - add code to use catalyst in tests + 0.02 Tue 08 Dec 2009 10:36:03 AM CET - api_base_url is optional - add tests to play with catalyst --- 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 6a6d2d7..26710cc 100644 --- a/lib/MooseX/Net/API.pm +++ b/lib/MooseX/Net/API.pm @@ -14,7 +14,7 @@ with qw/ MooseX::Net::API::Role::Serialize MooseX::Net::API::Role::Deserialize/; -our $VERSION = '0.02'; +our $VERSION = '0.03'; my $list_content_type = { 'json' => 'application/json', -- cgit 1.4.1