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

Changes for version 1.05 - 2011-06-23

  • Change the type of the log message (Stepped from old_state to new_state...) in step_state() from warning to info. This transition is just a statement of fact, not something that you need to be warned about.
  • Change the log() method in Set::FA::Element. It used to call $self -> logger -> log($level => $message), and now calls $self -> logger -> $level($message). I feel the original way was a mistake, since it forced the caller's logger to have a log() method.
  • Patch various parts of the POD to reflect this change in logging.

Modules

A Set of Discrete Finite Automata
Discrete Finite Automaton