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

Changes for version 0.21 - 2004-12-31

  • Calling reset() now empties the machine hashref and state hashrefs.
    • Curtis & David
  • User can now turn text wrapping off and on for nodes and labels.
    • Curtis
  • states() will now croak if called with any non-existent states.
    • Curtis
  • Added "decorate => 1" attribute to graphs to have lines drawn from the edge to its corresponding label. [Curtis]
  • Changed "label_wrap" to "text_wrap" and had it apply to all text. [Curtis].
  • Added "Text::Wrap" as a requirement. [Curtis]
  • Fixed documentation typo--rule actions specified via a hash reference rule spec are keyed off the word "action", not "actions". [David]
  • Actions specified via a hash reference rule specification can now take a code reference as well as an array referencde of code references. [David]

Modules

Build simple rules-based state machines in Perl

Provides

in lib/FSA/Rules.pm