-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
33 lines (24 loc) · 885 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
generate-url.pl version 0.06
=============================
This is a sample program to generate URL with CloudStack API.
Please refer to the following for details CloudStack API.
http://docs.cloud.com/CloudStack_Documentation/Developer%27s_Guide%3A_CloudStack
DEPENDENCIES
This module requires these other modules and libraries:
Digest::SHA
Getopt::Std
File::Basename
MIME::Base64
WWW::Mechanize
Encode
XML::Twig
URI::Encode
JSON
COPYRIGHT AND LICENCE
Copyright (C) 2011 by Shugo Numano<[email protected] , @shugonumano>
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/ for more information.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.