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 6974687342ff77237192a654d4eaaea7d3e15ac1
parent bcd7bf22f2e163fdd32624efcd71e7588cfcec24
Author: Paco Esteban <paco@onna.be>
Date:   Mon, 12 Sep 2016 23:18:20 +0200

Checking in changes prior to tagging of version 1.

Changelog diff is:

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

 {{$NEXT}}

+1 2016-09-12T21:18:20Z
+
     - original version.
     - Imported from https://eu.api.ovh.com/wrappers/OvhApi-perl-1.1.zip
     -  Copyright to OVH SAS.

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

diff --git a/Changes b/Changes @@ -2,6 +2,8 @@ Revision history for Perl extension OvhApi {{$NEXT}} +1 2016-09-12T21:18:20Z + - original version. - Imported from https://eu.api.ovh.com/wrappers/OvhApi-perl-1.1.zip - Copyright to OVH SAS. diff --git a/lib/OvhApi.pm b/lib/OvhApi.pm @@ -3,7 +3,7 @@ package OvhApi; use strict; use warnings; -our $VERSION = 1.0; +our $VERSION = 1; 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 = 1.0; +our $VERSION = 1; use overload (