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

.travis.yml (100B)


      1 language: perl
      2 sudo: false
      3 perl:
      4   - "5.12"
      5   - "5.14"
      6   - "5.16"
      7   - "5.18"
      8   - "5.20"
      9   - "5.22"
     10