Bot::BasicBot::Pluggable::Module::RT - IRC frontend to RT::Client::REST
DESCRIPTION
This module uses RT::Client::REST to retrieve informations on Tickets from an
RT server. It let you get titles, informations and basic status of an RT ticket
while whatting on IRC.
< you> bot: RT#12345
< bot> 12345 : Bug in the installation script
INSTALL
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build install
Alternatively, to install with ExtUtils::MakeMaker, you can use the following commands:
perl Makefile.PL
make
make test
make install
COPYRIGHT AND LICENCE
Copyright (C) 2007 Damien 'dams' Krotkine
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.