Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

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

People
Owner: cthom [...] cpan.org
Requestors: BARBIE [...] cpan.org
Cc:
AdminCc:

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



Subject: higher version of LWP::UserAgent required.
The latest version of Net-Twitter implements the ability to pass LWP options. However, in the tests it uses 'show_progress', which wasn't properly introduced until LWP::UserAgent v5.815. Suggest you change the Makefile.PL to use the following: requires 'LWP::UserAgent' => '5.815';
I have just released 2.12 to address this. I removed the test for show_progress entirely, and put in a version requirement of LWP::UA 2.032, so that people with older can still use the module. As 2.032 is the oldest still on CPAN, I figured that was a good line in the sand. If you have any other suggestions, please let me know.