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

00_compile.t (82B)


      1 use strict;
      2 use Test::More 0.98;
      3 
      4 use_ok $_ for qw(
      5     OvhApi
      6 );
      7 
      8 done_testing;
      9