-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChanges
More file actions
29 lines (22 loc) · 704 Bytes
/
Changes
File metadata and controls
29 lines (22 loc) · 704 Bytes
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
Revision history for Mojo-Cloudstack
0.01 2015-04-16
Initial Release.
0.02 2015-05-07
added dependencies to Build.pl
added api cache file
implements an api cache
0.03 2015-05-26
improved api cache
implements all responsetypes
0.04 2015-05-26
cleanups
removed boilerplate stuff
0.05 2015-05-30
implements login/logout api calls
use import and attr from Mojo::Base'
0.06 2015-09-28
use post request due to CLOUDSTACK-8505 and commit 1c81b241e7914b24b06c3b7b3ee98bc0d3b4f68b only POST methods
are allowed.
0.07 2015-09-298
dump on error
added dep for IO::Socket::SSL