Changes for version 0.35 - 2010-03-27

  • The error "You've manually supplied an order of" error message was always incorrect. It contained variables that weren't being interpolated.
  • Move some of our test data into the new Bot::Training dist.
  • Fix 'v-string in use/require non-portable' warnings from a osx smoker by using 5.010 instead of 5.10.0.

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