The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Class::StateMachine.

0.21  Jan 21, 2013
      - add support for delay_once_until_next_state method

0.20  Nov 27, 2012
      - work around bug on the pure-perl version of Package::Stash

0.19  Jul 10, 2012
      - delayed action processing was broken and could loop forever
        when delayed actions were created from previous delayed action
        being executed after an state change.
      - some doc corrections

0.18  Oct 19, 2011
      - correction in install_method documentation
      - add support for delayed actions
      - add some new tests for delayed actions

0.17  Jul 14, 2011
      - solve bug on install_method

0.16  Jul 14, 2011
      - add support for install_method

0.15  Jul 12, 2011
      - add support for debugging mode

0.14  Jul 12, 2011
      - add missing dependency Sub::Name

0.13  Jul 11, 2011
      - lots of improvements, some of them breaking backwards
        compatibility
      - use mro for better and saner method dispatching
      - move methods to __methods__ namespaces on demand
      - no CHECK blocks
      - require using Class::StateMachine::bless for object
        construction
      - much better docs
      - check_state callback
      - enter_state and leave_state callback
      - rebless renamed to bless
      - use FieldHash to store object state
      - use Sub::Name to rename subs into final namespace (ensuring
        next::method works as expected)
      - others...

0.12  Apr 18, 2006
      - minor corrections to the docs

0.11  Thu Jun 23
	- first version released on CPAN