semifor / net-twitter-lite

A lighter weight (non-Moose) Perl interface to the Twitter API
Other
26 stars 11 forks source link

LWP::UserAgent >= 5.815 is required #1

Closed matsuu closed 15 years ago

matsuu commented 15 years ago

Net::Twitter::Lite is using LWP::UserAgent->add_handler. and its supported in 5.815.

http://cpansearch.perl.org/src/GAAS/libwww-perl-5.826/Changes

http://github.com/matsuu/net-twitter-lite/commit/3818e3869069d3b8ef14ebaf12cba72e9604cf9e

btw, some tests in Net::Twitter have same issue.

semifor commented 15 years ago

How did I miss the fact that I had an open issue, here? Sorry about that.

I believe this was resolved by removing reliance on handlers. The current version has no CPAN testers failing reports.