NAME

RT-Client-Console - Text based RT console

DESCRIPTION

RT-Client-Console provides the rtconsole program and its associated modules. The executable is ready to use and is a full-featured curses-based interface to any RT server that supports the REST interface.

The modules provides comprehensive ways to connect, interact and display informations from the RT server. A plugin mechanism is planned, and will enable more flexibility.

INSTALLATION

To install this module, run the following commands:

        perl Makefile.PL
        make
        make test
        make install

DEPENDENCIES

Config::Tiny
Curses
Curses::Forms
Curses::Widgets
Error
Params::Validate
parent
POE
RT::Client::REST
relative
version
List::MoreUtils

COPYRIGHT AND LICENCE

Copyright (C) 2007-2008, Damien "dams" Krotkine <dams@cpan.org>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.