The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

DESCRIPTION

Net::OpenStack::Compute provides Perl bindings for the OpenStack Compute API. It also provides a command line tool oscompute for interacting with an OpenStack deployment.

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

DOCUMENTATION

See Net::OpenStack::Compute and oscompute. Also, after installation, you can view the documentation via man or perldoc:

man oscompute
man Net::OpenStack::Compute