Skip Menu |

This queue is for tickets about the Bot-BasicBot-Pluggable-Module-TwitterFriendsStatus CPAN distribution.

Report information
The Basics
Id: 42341
Status: resolved
Priority: 0/
Queue: Bot-BasicBot-Pluggable-Module-TwitterFriendsStatus

People
Owner: Nobody in particular
Requestors: davidp [...] preshweb.co.uk
Cc:
AdminCc:

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



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
Other fixes were also required - logging in to Twitter didn't work, so I've improved that, and the requests to follow people needed to be POST requests. I'd be more than happy to take over maintainership and release a fixed up version?
I'm also seeing other problems, like the bot randomly repeating previous Twitter posts. As I said before, I'm more than happy to take over maintainership if this module is no longer actively maintained, or alternatively to submit patches if it is.
Gryphon kindly made me a co-maintainer, so I've just released version 0.02 which fixes these problems. Development of this module is now undertaken on Google code: http://code.google.com/p/basicbottwitterfriendsstatus/