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

NAME

Algorithm::MarkovChain::GHash - Object oriented Markov chain generator, glib/C storage

SYNOPSIS

 use Algorithm::MarkovChain::GHash;

 my $mc = new Algorithm::MarkovChain::GHash;

See Algorithm::MarkovChain for full details

DESCRIPTION

This module implements glib storage for Algorithm::MarkovChain.

You'll need glib installed to make this happy.

HISTORY

This was originally written using Inline, but never released due to lack of round tuits. Recently a tuit supply arrived so I converted it into XS to reduce dependencies.

BUGS

None known, maybe after I write some tests.

AUTHOR

Richard Clamp <richardc@unixbeard.net>