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 Alternatively, to install with Module::Build, you can use the following commands: perl Build.PL ./Build ./Build test ./Build install DEPENDENCIES Curses Curses::Forms Curses::Widgets Error Memoize Params::Validate POE RT::Client::REST Config::Tiny parent 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.