The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.05

  • Apikey is no longer a required argument to the base constructor
  • New method in the base class, apikey for specifying or changing apikey at times other than construction
  • New method in WebService::Linode, user_getapikey, given a valid Linode username and password, returns $data->{api_key}. Note: you are currently still responsible for calling $api->apikey($key) after retrieving the key if you wish to use it for subsequent requests.
  • fix WebService::Linode::DNS domainResourceGet when called with domain name rather than id. (closes #49452 reported by jtmink1)

Modules

Perl Interface to the Linode.com API.
Perl Interface to the Linode.com API.
Perl Interface to the Linode.com API DNS methods.