SMS-OVH

SMS::OVH - Send SMS using OVH API (https://api.ovh.com/)
git clone https://git.e1e0.net/SMS-OVH.git
Log | Files | Refs | README

commit 85fc7128d4221a14a9271c382ac2a83d389d120d
parent 714e39425bbbfef48dc9319b66bcce9a269ce0dc
Author: Paco Esteban <paco@onna.be>
Date:   Fri, 11 Sep 2015 18:53:10 +0200

changes on license

Diffstat:
MREADME | 4+++-
Mlib/SMS/OVH.pm | 17++++++++---------
2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/README b/README @@ -7,7 +7,7 @@ You'll need the OvhApi.pm module provided by OVH at: https://eu.api.ovh.com/wrappers/OvhApi-perl-1.1.zip -Keep in mind that you'll need to have it installed before install this module. +OvhApi is not a CPAN modeula (yet), so you'll need to have it installed before install this module. This module also depends on Moose (https://metacpan.org/pod/Moose) @@ -45,6 +45,8 @@ You can also look for information at: LICENSE AND COPYRIGHT Copyright (C) 2015 Paco Esteban + and + Powerspace Advertising SL <http://powerspace.com/> This program is distributed under the (Revised) BSD License: L<http://www.opensource.org/licenses/BSD-3-Clause> diff --git a/lib/SMS/OVH.pm b/lib/SMS/OVH.pm @@ -51,11 +51,11 @@ SMS::OVH - Send SMS using OVH API (https://api.ovh.com/) =head1 VERSION -Version 0.002_01 +Version v0.3.0 =cut -our $VERSION = '0.002_01'; +our $VERSION = 'v0.3.0'; =head1 SYNOPSIS @@ -64,6 +64,10 @@ You'll need the OvhApi.pm module provided by OVH at: https://eu.api.ovh.com/wrappers/OvhApi-perl-1.1.zip +OvhApi is not a CPAN modeula (yet), so you'll need to have it installed before install this module. + +This module also depends on Moose (https://metacpan.org/pod/Moose) + use SMS::OVH; my $sms = SMS::OVH->new( @@ -113,9 +117,6 @@ Please report any bugs or feature requests to C<bug-sms-ovh at rt.cpan.org>, or the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=SMS-OVH>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. - - - =head1 SUPPORT You can find documentation for this module with the perldoc command. @@ -145,13 +146,11 @@ L<http://search.cpan.org/dist/SMS-OVH/> =back - -=head1 ACKNOWLEDGEMENTS - - =head1 LICENSE AND COPYRIGHT Copyright 2015 Paco Esteban. + and + Powerspace Advertising SL <http://powerspace.com/> This program is distributed under the (Revised) BSD License: L<http://www.opensource.org/licenses/BSD-3-Clause>