diff options
author | franck cuny <franck@lumberjaph.net> | 2009-12-20 16:11:18 +0100 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2009-12-20 16:11:18 +0100 |
commit | a0326b44133426f939a553065d51c33e3e5e2f48 (patch) | |
tree | c1bad9b4225b5b72a6bfb1802da920d87e3c39fc | |
parent | update test (diff) | |
download | moosex-net-api-a0326b44133426f939a553065d51c33e3e5e2f48.tar.gz |
update version, add warning
-rw-r--r-- | lib/MooseX/Net/API.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/MooseX/Net/API.pm b/lib/MooseX/Net/API.pm index 72a92b3..ac5d4cb 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.05'; +our $VERSION = '0.06'; my $list_content_type = { 'json' => 'application/json', @@ -410,6 +410,8 @@ MooseX::Net::API - Easily create client for net API MooseX::Net::API is module to help to easily create a client for a web API. This module is heavily inspired by what L<Net::Twitter> does. +B<THIS MODULE IS IN ITS BETA QUALITY. THE API MAY CHANGE IN THE FUTURE> + =head2 METHODS =over 4 |