Skip Menu |

This queue is for tickets about the Net-Delicious CPAN distribution.

Report information
The Basics
Id: 6890
Status: resolved
Priority: 0/
Queue: Net-Delicious

People
Owner: Nobody in particular
Requestors: rjbs [...] cpan.org
Cc:
AdminCc:

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



Subject: API constant incorrect
use constant API_POSTSFORUSER_RECENT => join("/",LOCAL_API_POSTS,"get"); use constant API_POSTSFORUSER => join("/",LOCAL_API_POSTS,"recent"); These two lines appear in Api.pm, and are clearly reversed in value. _RECENT should be "recent" and the other should be get. Reversing these values causes Net::Delicious to, well, work properly. Thanks! Great module.