As some folks have noticed, the installer in version 0.1 fails when DBIx::OO is not already present, that is, mostly always :-). The installer in fact fetches and installs DBIx::OO from CPAN, but (my bad) it requires it for running. I fixed this unnecessary dependency in the Hg repository, but until I release version 0.2 you can work around it by manually installing DBIx::OO prior to running install.pl:
cpan DBIx::OO
I expect to release version 0.2 within the next few days, after I put together a live demo of Xuheki. In the meantime, Happy New Year! :-)
Update: Net::IMAP::Client is required too, so run cpan
Net::IMAP::Client as well. Sorry for the inconvenience.
