Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DigitalOcean CPAN distribution.

Report information
The Basics
Id: 96477
Status: open
Priority: 0/
Queue: DigitalOcean

People
Owner: Nobody in particular
Requestors: chris.handwerker [...] gmail.com
Cc:
AdminCc:

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



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
How are you getting this record? Are you doing my $record = $domain->record(98765); or my $records = $domain->records; On Mon Jun 16 13:43:24 2014, chris.handwerker@gmail.com wrote: Show quoted text
> *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