VERSION
version 0.16SYNOPSIS
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.
AUTHORS
- Stevan Little <[email protected]>
- Dave Rolsky <[email protected]>
CONTRIBUTORS
- Andreas Marienborg <[email protected]>
- Andrew Nelson <[email protected]>
- Arthur Axel 'fREW' Schmidt <[email protected]>
- Carlos Fernando Avila Gratz <[email protected]>
- Fayland Lam <[email protected]>
- George Hartzell <[email protected]>
- Gregory Oschwald <[email protected]>
- Jesse Luehrs <[email protected]>
- John SJ Anderson <[email protected]>
- Mike Raynham <[email protected]>
- Mike Raynham <[email protected]>
- Nathan Cutler <[email protected]>
- Olaf Alders <[email protected]>
- Thomas Sibley <[email protected]>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 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.