OvhApi

Official OVH Perl wrapper upon the OVH RESTful API. (c) OVH SAS
git clone https://git.e1e0.net/OvhApi.git
Log | Files | Refs | README | LICENSE

commit c5c5350761707d78d1860941cf60330ac3c97e67
parent fccaa422964d1fbe157c54c1ee7844cf6d1d447c
Author: Paco Esteban <paco@onna.be>
Date:   Mon, 12 Sep 2016 23:28:06 +0200

Checking in changes prior to tagging of version 0.2.

Changelog diff is:

diff --git a/Changes b/Changes
index 5a0eaa6..5b41e12 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for Perl extension OvhApi

 {{$NEXT}}

+0.2 2016-09-12T21:28:00Z
+
     - first CPAN release, hopefully.
     - updated dependencies.

Diffstat:
MChanges | 2++
MMETA.json | 2+-
Mlib/OvhApi.pm | 2+-
Mlib/OvhApi/Answer.pm | 2+-
4 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/Changes b/Changes @@ -2,6 +2,8 @@ Revision history for Perl extension OvhApi {{$NEXT}} +0.2 2016-09-12T21:28:00Z + - first CPAN release, hopefully. - updated dependencies. diff --git a/META.json b/META.json @@ -66,7 +66,7 @@ "web" : "https://github.com/pacoesteban/OvhApi" } }, - "version" : "0.1", + "version" : "0.2", "x_contributors" : [ "Paco Esteban <paco@onna.be>" ], diff --git a/lib/OvhApi.pm b/lib/OvhApi.pm @@ -3,7 +3,7 @@ package OvhApi; use strict; use warnings; -our $VERSION = 0.1; +our $VERSION = 0.2; use OvhApi::Answer; diff --git a/lib/OvhApi/Answer.pm b/lib/OvhApi/Answer.pm @@ -3,7 +3,7 @@ package OvhApi::Answer; use strict; use warnings; -our $VERSION = 0.1; +our $VERSION = 0.2; use overload (