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

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