Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 52784
Status: resolved
Priority: 0/
Queue: Net-Twitter-Lite

People
Owner: MMIMS [...] cpan.org
Requestors: isaac [...] cpan.org
Cc:
AdminCc:

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



Subject: broken methods retweeted_of/to_me
The methods retweeted_of_me and retweeted_to_me have broken URLs Patch attached to fix it
Subject: twitter-net-lite.patch
--- C:\Perl\site\lib\Net\Twitter\Lite.pm.orig +++ C:\Perl\site\lib\Net\Twitter\Lite.pm @@ -686,7 +686,7 @@ } ], [ 'retweeted_of_me', { aliases => [ qw// ], - path => 'statuses/retweeted_by_me', + path => 'statuses/retweeted_of_me', method => 'GET', params => [ qw/since_id max_id count page/ ], required => [ qw// ], @@ -696,7 +696,7 @@ } ], [ 'retweeted_to_me', { aliases => [ qw// ], - path => 'statuses/retweeted_by_me', + path => 'statuses/retweeted_to_me', method => 'GET', params => [ qw/since_id max_id count page/ ], required => [ qw// ],
Update. The patch has a typo: the retweeted_of_me should be retweets_of_me
It was broken in both Net::Twitter and Net::Twitter::Lite. Fixed in versions 3.10002 and 0.08006 respectively. Thank you for the bug report! -Marc