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 9bb7e94e10757b6a45ef8433da020ed2e6e26869
parent fa8e18ea749628ab3c49cc5c0940d3758dfe822a
Author: Paco Esteban <paco@onna.be>
Date:   Mon,  7 Sep 2015 15:15:13 +0200

fixing module dependencies and adding git info

Diffstat:
MMakefile.PL | 12+++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/Makefile.PL b/Makefile.PL @@ -20,7 +20,17 @@ WriteMakefile( PREREQ_PM => { 'OvhApi' => 0, 'Moose' => 0, - 'namespace::clean' => 0 + 'namespace::autoclean' => 0 + }, + META_MERGE => { + "meta-spec" => { version => 2 }, + resources => { + repository => { + type => 'git', + url => 'https://github.com/pacoesteban/SMS-OVH.git', + web => 'https://github.com/pacoesteban/SMS-OVH' + } + } }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'SMS-OVH-*' },