There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

WebService::ProfitBricks::Server - Manage servers.

DESCRIPTION

Class to manage your servers.

SYNOPSIS

my $srv = $dc->server->find_by_name("server01");
my $srv = $dc->server->new(cores => 2, ram => 512, lanId => 1, internetAccess => 'true', bootFromStorageId => $store->storageId);