NAME

Catmandu::Fix::append - add a suffix to the value of a field

SYNOPSIS

# append the value of 'foo'. E.g. foo => 'bar'
append('foo', 'foo'); # foo => 'foobar'

SEE ALSO

Catmandu::Fix