NAME

dotCloud - A small wrapper around the dotcloud management tool

VERSION

version 0.002

SYNOPSIS

use dotCloud;

my $dc = dotCloud->new;
my $data = $dc->info('db');
print $data->{config}->{mysql_password};

SUPPORT

Repository

http://github.com/Getty/p5-dotcloud
Pull request and additional contributors are welcome

Issue Tracker

http://github.com/Getty/p5-dotcloud/issues

AUTHOR

Torsten Raudssus <torsten@raudss.us>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Torsten Raudssus.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.