diff options
author | franck cuny <franck@lumberjaph.net> | 2010-01-04 17:59:12 +0100 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2010-01-04 17:59:12 +0100 |
commit | b809c5b518e9024fa5eebe914b8d918222ce1f12 (patch) | |
tree | b62ebd2e43686d86e1cabb710c9dfef6d577b370 | |
parent | api_base_url is not read-only (diff) | |
download | moosex-net-api-b809c5b518e9024fa5eebe914b8d918222ce1f12.tar.gz |
Checking in changes prior to tagging of version 0.08. Changelog diff is:
diff --git a/Changes b/Changes index 8335104..9478f57 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension MooseX::Net::API +0.08 Mon 04 Jan 2010 05:58:56 PM CET + - api_base_url is not read-only + 0.07 Mon 04 Jan 2010 11:50:22 AM CET - fix error reporting
-rw-r--r-- | Changes | 3 | ||||
-rw-r--r-- | lib/MooseX/Net/API.pm | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Changes b/Changes index 8335104..9478f57 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension MooseX::Net::API +0.08 Mon 04 Jan 2010 05:58:56 PM CET + - api_base_url is not read-only + 0.07 Mon 04 Jan 2010 11:50:22 AM CET - fix error reporting diff --git a/lib/MooseX/Net/API.pm b/lib/MooseX/Net/API.pm index 9251534..9b1d0fe 100644 --- a/lib/MooseX/Net/API.pm +++ b/lib/MooseX/Net/API.pm @@ -12,7 +12,7 @@ use MooseX::Net::API::Meta::Method; use MooseX::Net::API::Role::Serialize; use MooseX::Net::API::Role::Deserialize; -our $VERSION = '0.07'; +our $VERSION = '0.08'; my $list_content_type = { 'json' => 'application/json', |