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

NAME

VM::Dreamer::Dump

SYNOPSIS

dump_status($machine); dump_memory($machine);

DESCRIPTION

This module helps debug instantiations of Dreamer by dumping their memory or their other components. They help give a snapshot of your machine's state at a given point in time.

SUBROUTINES

-head2 dump_status

Takes a reference to an initialized machine and outputs the current value for all parts of the machine other than memory.

dump_memory

Tkaes a reference to an iniitalized machine and outputs the contents of memory.

AUTHOR

William Stevenson <william at coders dot coop>

COPYRIGHT AND LICENSE

Copyright (c) 2013 William Stevenson. All rights reserved.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)

SEE ALSO

VM::Dreamer