Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the WebService-Linode CPAN distribution.

Report information
The Basics
Id: 70275
Status: resolved
Priority: 0/
Queue: WebService-Linode

People
Owner: Nobody in particular
Requestors: gchild-cpan [...] gordonchild.com
Cc:
AdminCc:

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



Subject: Unknown argument resourceid for domain_resource_list at update.pl line 29
Searching for resources by resourceid and domainid not working... the problem is in lib/WebService/Linode.pm line 31 on version 0.05. resourceid is typo'd as resouceid. For anyone wanting to use this api call with the resourceid parameter... a workaround would be to make a call like so... my $resource = $api->do_request( api_action => "domain_resource_list", resourceid => $res->{resourceid}, domainid => $res->{domainid} ); Thanks for publishing this module. It's very useful for linode users!
Thanks, I'll get this fix included in the next release. I need to cut a new release soon anyway as additional API methods have been made available upstream.
This has been fixed in 0.07. Thank you for the report!