From a0326b44133426f939a553065d51c33e3e5e2f48 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 20 Dec 2009 16:11:18 +0100 Subject: update version, add warning --- lib/MooseX/Net/API.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 does. +B + =head2 METHODS =over 4 -- cgit 1.4.1