Skip Menu |

This queue is for tickets about the VM-EC2 CPAN distribution.

Report information
The Basics
Id: 116334
Status: new
Priority: 0/
Queue: VM-EC2

People
Owner: Nobody in particular
Requestors: kai.moonbourn [...] zijacorp.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Problem with VM::EC2
Date: Tue, 19 Jul 2016 23:20:43 +0000
To: "bug-VM-EC2 [...] rt.cpan.org" <bug-VM-EC2 [...] rt.cpan.org>
From: Kai Moonbourn <kai.moonbourn [...] zijacorp.com>
use VM::EC2; #From VM/EC2.pm: our $VERSION = '1.28'; my $ec2 = VM::EC2->new( -access_key => $access, -secret_key => $secret, ); my $src_i = $ec2->describe_instances($sl->{name}{$src}{iid}); Dies: Can't locate object method "describe_instances" via package "VM::EC2"