Subject: | Options to LWP::UserAgent should be key/value pairs, not hash reference |
Hi,
This doesn't work for me; it tries to use LWP::UserAgent a hashref, but
LWP::UserAgent wants key => value pairs.
The failing test output is:
t/Bot-BasicBot-Pluggable-Module-TwitterFriendsStatus....1/1
# Failed test 'use
Bot::BasicBot::Pluggable::Module::TwitterFriendsStatus;'
# at t/Bot-BasicBot-Pluggable-Module-TwitterFriendsStatus.t line 2.
# Tried to use 'Bot::BasicBot::Pluggable::Module::TwitterFriendsStatus'.
# Error: Options to LWP::UserAgent should be key/value pairs, not
hash reference at
/home/davidp/.cpan/build/Bot-BasicBot-Pluggable-Module-TwitterFriendsStatus-0.1-mxxC8z/blib/lib/Bot/BasicBot/Pluggable/Module/TwitterFriendsStatus.pm
line 47
# Compilation failed in require at (eval 2) line 2.
Is this module still maintained? If so, I'm happy to provide a patch;
if not, I'd gladly take over maintainership and release a fixed version.
I'm using LWP::UserAgent 5.815 on perl 5.10.0