DESCRIPTION
Net::OpenStack::Compute provides Perl bindings for the OpenStack Compute API. It also provides a command line tool oscompute
for interacting with a OpenStack deployment. See Net::OpenStack::Compute for documentation.
INSTALLATION
sudo cpanm Net::OpenStack::Compute
or
sudo cpanm oscompute
or
curl -L cpanmin.us | perl - --sudo Net::OpenStack::Compute
or
sudo cpan Net::OpenStack::Compute
To install from a local git checkout, cd to the project directory and run:
sudo cpanm .
If you do not have cpanm, you can install it via:
curl -L cpanmin.us | perl - --sudo cpanm