in reply to a State machine with Roles - possible?

Just as a side note.

Can't tell if it's cleanly done with mixins in Moose but within an inheritance model these state changes should be simply done by manipulating @ISA such that you inherit from another class representing your state.

Cheers Rolf

( addicted to the Perl Programming Language)

  • Comment on Re: a State machine with Roles - possible?