run_instance(%data)
$o->run_instance(
  name         => "Name01",
  plan_id      => 10,
  image_id     => "ubuntu_8_4_lts_64bit",
  password     => "...", # optional
  key          => 1, # optional
  metadata     => "{json...}" # optional
);

1 POD Error

The following errors were encountered while parsing the POD:

Around line 124:

'=item' outside of any '=over'

=over without closing =back