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';