App-metasyn
view release on metacpan or search on metacpan
script/_metasyn view on Meta::CPAN
# $self->{stream} .= " !$tag";
# $self->_emit_str($value, BLESSED);
#}
#
#sub _emit {
# my $self = shift;
# $self->{stream} .= join '', @_;
#}
#
## Emit a string value. YAML has many scalar styles. This routine attempts to
## guess the best style for the text.
#sub _emit_str {
# my $self = shift;
# my $type = $_[1] || 0;
#
# # Use heuristics to find the best scalar emission style.
# $self->offset->[$self->level + 1] =
# $self->offset->[$self->level] + $self->indent_width;
# $self->{level}++;
#
# my $sf = $type == KEY ? '' : ' ';
( run in 0.806 second using v1.01-cache-2.11-cpan-702932259ff )