|
NAMEClass::Workflow::State::Simple - A useful class (or base class) for writing states.SYNOPSISuse Class::Workflow::State::Simple; my $state = Class::Workflow::State::Simple->new( name => "foo", transitions => [ $tn ], # objects ); DESCRIPTIONFIELDS
ROLESThis class consumes the following roles:
Visit the GSP FreeBSD Man Page Interface. |