State machines in Perl while abusing inheritance
Stars
2
Forks
2
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
57
commits
work around for MRO was generating warnings on perl 5.16 and later; prepare for release
80c50baView on GitHubprovide new method state_changed_on_call and make %state_changed private again
914ecf7View on GitHubmake some vars global so they can be accessed directly by Class::StateMachine::Declarative::Builder for performance reasons; add debugging to on_leave_state
2070a4cView on GitHubadd support for optional arguments in on_leave_state hook, also accept a method name instead of a sub
d7a795aView on GitHub_statemachine_mro may be insert methods in the main state class, but mro will not look at it again so we put it twice on the search list
f41ec42View on GitHub