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 591ea6366d76f059d529ec01e9f4da26c277fdb4
parent 85fc7128d4221a14a9271c382ac2a83d389d120d
Author: Paco Esteban <paco@onna.be>
Date:   Tue, 12 Jun 2018 11:59:22 +0200

old uncommited changes
;

Diffstat:
A.gitignore | 18++++++++++++++++++
Mlib/SMS/OVH.pm | 4++--
2 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -0,0 +1,18 @@ +Makefile +Makefile.old +Build +Build.bat +META.* +MYMETA.* +.build/ +_build/ +cover_db/ +blib/ +inc/ +.lwpcookies +.last_cover_stats +nytprof.out +pod2htm*.tmp +pm_to_blib +SMS-OVH-* +SMS-OVH-*.tar.gz 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 v0.3.0 +Version 0.03 =cut -our $VERSION = 'v0.3.0'; +our $VERSION = '0.03'; =head1 SYNOPSIS