diff options
author | franck cuny <franck@lumberjaph.net> | 2009-12-08 16:23:36 +0100 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2009-12-08 16:23:36 +0100 |
commit | c08deffaf76db9bb029673aed9a3fcfdbe843b7b (patch) | |
tree | 4760de43942f4470ffe3569adbe1665de2c01539 | |
parent | update tests to use catalyst, bla (diff) | |
download | moosex-net-api-c08deffaf76db9bb029673aed9a3fcfdbe843b7b.tar.gz |
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
-rw-r--r-- | Changes | 4 | ||||
-rw-r--r-- | lib/MooseX/Net/API.pm | 2 |
2 files changed, 5 insertions, 1 deletions
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 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', |