The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Web::Machine::FSM - The State Machine runner

VERSION

version 0.15

SYNOPSIS

  use Web::Machine::FSM;

DESCRIPTION

This is the heart of the Web::Machine, this is the thing which runs the state machine whose states are contained in the Web::Machine::FSM::States module.

METHODS

new ( %params )

This accepts two %params, the first is a boolean to indicate if you should turn on tracing or not, and the second is optional name of the HTTP header in which to place the tracing information.

tracing

Are we tracing or not?

tracing_header

Accessor for the HTTP header name to store tracing data in. This default to X-Web-Machine-Trace.

run ( $resource )

Given a Web::Machine::Resource instance, this will execute the state machine.

SEE ALSO

Web Machine state diagram

AUTHOR

Stevan Little <stevan.little@iinteractive.com>

CONTRIBUTORS

  • Andreas Marienborg <andreas.marienborg@gmail.com>

  • Andrew Nelson <anelson@cpan.org>

  • Arthur Axel 'fREW' Schmidt <frioux@gmail.com>

  • Carlos Fernando Avila Gratz <cafe@q1software.com>

  • Dave Rolsky <autarch@urth.org>

  • Fayland Lam <fayland@gmail.com>

  • George Hartzell <hartzell@alerce.com>

  • Gregory Oschwald <goschwald@maxmind.com>

  • Jesse Luehrs <doy@tozt.net>

  • John SJ Anderson <genehack@genehack.org>

  • Mike Raynham <enquiries@mikeraynham.co.uk>

  • Mike Raynham <mike.raynham@spareroom.co.uk>

  • Olaf Alders <olaf@wundersolutions.com>

  • Thomas Sibley <tsibley@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Infinity Interactive, Inc..

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.