diff options
Diffstat (limited to '')
-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 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 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', |