TITLE ^

YAML::Dumper::Default - The default output module of YAML::Dumper.

VERSION ^

version 0.20

SYNOPSIS ^

TDB

DESCRIPTION ^

This module provides the default output style of YAML::Dumper.

METHODS ^

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

style."dumpWithName"( shortname, name, dump )
style."dumpCached"( name, dump )
style."dumpProperties"( name, dump )
style.genericHash( name, hash )
Dumps a 'generic' Hash.
style."dumpStringEscaped"( string, escapeChar )
Escape any characters in a string so we can re-use it as a literal.
style."pmcDefault"( name, dump )
style."pmcIntList"( name, array )
Dumps an IntList PMC.
style."genericArray"( name, array )
Dumps any pmc that implements an Array interface.
style."genericString"( name, str )
Dumps any string-like PMC.
style."genericNumber"
Dumps a generic numeric PMC.
style."genericUndef"( name, val )
Dumps any undef PMC.
style."pmcNull"( name, val )
Dumps a Null PMC.

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, The Perl Foundation.


parrot