From cafce471d67c4df9e6098725e4b1c5ecb116c9fa Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sat, 4 Feb 2017 21:54:35 +0000 Subject: [PATCH] bin/ovh-api --- bin/ovh-api | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/ovh-api b/bin/ovh-api index 9fc067ee..c7653fca 100755 --- a/bin/ovh-api +++ b/bin/ovh-api @@ -236,7 +236,7 @@ $NAME - Script to query ovh's api From https://api.ovh.com/console: - /ips + /ip /domain/zone//export /dedicated/server /dedicated/server/ @@ -244,7 +244,9 @@ From https://api.ovh.com/console: =head1 REQUIRES Getopt::Std, Pod::Usage, OvhApi, URI::Escape, JSON - apt-get install -y libjson-perl libwww-perl + + * apt-get install -y libjson-perl libwww-perl + * port install p5.24-json p5.24-lwp p5.24-uri =head1 COPYRIGHT AND LICENSE -- 2.47.3