Help for this page
sub TicketState::New::next_action { 'send_ticket_to_supervisor' } ... my $action = $self->next_action; $self->$action(@_); }