Changes for version 0.41 - 2010-04-23

  • Don't (optionally) use Sys::Prctl on Perl 5.13.0 and above. It was made redundant in perl core commit 7636ea95c5 by yours truly.
  • A script to benchmark Hailo on different locally installed perls.
  • Correct test count for TEST_EXHAUSTIVE.
  • Update HALBot on the Web link to http://bifurcat.es

Documentation

Command-line interface to the Hailo Markov bot

Modules

A pluggable Markov engine analogous to MegaHAL
Class for the hailo command-line interface to Hailo
The default engine backend for Hailo
A role which adds an 'arguments' attribute
A role representing a Hailo engine backend
A role representing a Hailo storage backend
A role representing a Hailo tokenizer
A role representing a Hailo UI
A base class for Hailo storage backends
A storage backend for Hailo using DBD::mysql
A storage backend for Hailo using DBD::Pg
A storage backend for Hailo using DBD::SQLite
Deploy the database schema Hailo uses
A character tokenizer for Hailo
A tokenizer for Hailo which splits on whitespace, mostly.
A UI for Hailo using Term::ReadLine