in reply to cpan prob

Well, the first thing that goes wrong in that listing is apparently an attempt to connect to a local test server of this Purple system.. There's not much in the way of docs at the author site, but I did see this in the .meta page:

requires:
    DBD::SQLite:                   0
    HTTP::Server::Simple:          0.18
    Test::More:                    0
I would guess that you are missing one or more of the listed required modules. Once those are properly installed and working, try again.