Closed matsuu closed 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.
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.
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.