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

00-load.t (203B)


      1 #!perl -T
      2 use 5.006;
      3 use strict;
      4 use warnings;
      5 use Test::More;
      6 
      7 plan tests => 1;
      8 
      9 BEGIN {
     10     use_ok( 'SMS::OVH' ) || print "Bail out!\n";
     11 }
     12 
     13 diag( "Testing SMS::OVH $SMS::OVH::VERSION, Perl $], $^X" );