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

NAME

PurpleWiki::View::debug - View Driver used for Debugging.

DESCRIPTION

Prints out a view of a PurpleWiki::Tree that is useful for debugging

OBJECT STATE

outputString

This contains the current working copy of the text that is ultimately returned by view().

METHODS

new()

Returns a new PurpleWiki::View::debug object.

view($wikiTree)

Returns the debugging output as a string of text.

AUTHORS

Matthew O'Connor, <matthew@canonical.org>

Chris Dent, <cdent@blueoxen.org>

Eugene Eric Kim, <eekim@blueoxen.org>

SEE ALSO

PurpleWiki::View::Driver