diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-23 02:41:19 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-23 02:41:19 +0000 |
commit | 99c6b633018908c32e9d1f76d847e6a01c3817f8 (patch) | |
tree | 3a175d458a231ae9c183cd778fb7ec8f6267c777 /www/p5-WebService-Linode/pkg-descr | |
parent | 754a686ae956ba9ca367d1e24f8ddbd4487b0aa5 (diff) |
This module implements the Linode.com api methods. Linode methods have
had dots replaced with underscores to generate the perl method name.
All keys and parameters have been lower cased but returned data
remains otherwise the same.
WWW: http://search.cpan.org/dist/WebService-Linode/
PR: ports/150754
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes
Notes:
svn path=/head/; revision=261673
Diffstat (limited to 'www/p5-WebService-Linode/pkg-descr')
-rw-r--r-- | www/p5-WebService-Linode/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/p5-WebService-Linode/pkg-descr b/www/p5-WebService-Linode/pkg-descr new file mode 100644 index 000000000000..e0be6425128b --- /dev/null +++ b/www/p5-WebService-Linode/pkg-descr @@ -0,0 +1,6 @@ +This module implements the Linode.com api methods. Linode methods have +had dots replaced with underscores to generate the perl method name. +All keys and parameters have been lower cased but returned data +remains otherwise the same. + +WWW: http://search.cpan.org/dist/WebService-Linode/ |