Subject: | Can't call method "_record_request" on an undefined value |
Date: | Mon, 16 Jun 2014 13:43:13 -0400 |
To: | bug-DigitalOcean [...] rt.cpan.org |
From: | Christopher Handwerker <chris.handwerker [...] gmail.com> |
*Distribution: *DigitalOcean-0.09
*Perl verson: *5.18.2
*OS: *Ubuntu 14.04 LTS Server
When trying to call the *edit *method on a DigitalOcean::Domain::Record
object I get the following error,
Can't call method "_record_request" on an undefined value at
/usr/local/share/perl/5.18.2/DigitalOcean/Domain/Record.pm line 130.
This is how I am calling the method,
$record->edit({
record_type => 'A',
data => $ip
});
Thanks,
Chris