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 b28373ed96f05522e101ff8b4b5b79c914b6921f
parent 8d2bdb6247f62c564d77a56d74327ce5e9c708f4
Author: Paco Esteban <paco@onna.be>
Date:   Mon, 12 Sep 2016 23:06:09 +0200

fixing license filename

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

diff --git a/META.json b/META.json @@ -6,7 +6,7 @@ "dynamic_config" : 0, "generated_by" : "Minilla/v3.0.4, CPAN::Meta::Converter version 2.150005", "license" : [ - "unknown" + "bsd" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", @@ -52,6 +52,20 @@ } }, "release_status" : "unstable", + "resources" : { + "bugtracker" : { + "web" : "https://github.com/pacoesteban/OvhApi/issues" + }, + "homepage" : "https://github.com/pacoesteban/OvhApi", + "repository" : { + "type" : "git", + "url" : "git://github.com/pacoesteban/OvhApi.git", + "web" : "https://github.com/pacoesteban/OvhApi" + } + }, "version" : "1", + "x_contributors" : [ + "Paco Esteban <paco@onna.be>" + ], "x_serialization_backend" : "JSON::PP version 2.27300" } diff --git a/lib/OvhApi.pm b/lib/OvhApi.pm @@ -352,7 +352,7 @@ The guts of module are using: C<LWP::UserAgent>, C<JSON>, C<Digest::SHA1>. Copyright (c) 2013, OVH SAS. All rights reserved. -This library is distributed under the terms of C<license.txt>. +This library is distributed under the terms of C<LICENSE>. =cut diff --git a/lib/OvhApi/Answer.pm b/lib/OvhApi/Answer.pm @@ -193,7 +193,7 @@ The guts of module are using: C<JSON>. Copyright (c) 2013, OVH SAS. All rights reserved. -This library is distributed under the terms of C<license.txt>. +This library is distributed under the terms of C<LICENSE>. =cut