The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Hailo::UI::ReadLine - A UI for Hailo using Term::ReadLine

SYNOPSIS

This module is called internally by Hailo, it takes no options.

A ReadLine interface will be presented when calling hailo on the command-line with only a --brain argument:

    hailo --brain a-brain.brn

DESCRIPTION

Presents a ReadLine interface using Term::ReadLine, the Term::ReadLine::Gnu frontend will be used.

AUTHOR

Ævar Arnfjörð Bjarmason <avar@cpan.org>

LICENSE AND COPYRIGHT

Copyright 2010 Ævar Arnfjörð Bjarmason.

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