TITLE

YAML::Dumper::Base - style baseclass

VERSION

version 0.20

SYNOPSIS

TDB

DESCRIPTION

This is a baseclass that provides some essential functions necessary for dumping data structures. It is subclassed by YAML::Dumper::Default, which implements the methods that are finally doing the output.

METHODS

A YAML::Dumper::Base object has the following methods:

style."prepare"( yaml, indent )
(pos, name) = style."cache"( find, defname ) (internal)
indent = style."createIndent"() (internal)
indent = style."indent"()
(subindent,indent) = style."newIndent"()
indent = style."deleteIndent"()
style."yaml"( name, dump )

AUTHOR

Jens Rieks <parrot at jensbeimsurfen dot de> is the author and maintainer. Please send patches and suggestions to the Perl 6 Internals mailing list.

COPYRIGHT

Copyright (C) 2004-2008, Parrot Foundation.