Download: Catmandu-0.08.tar.gz
Dependencies
Annotate this POD
Catmandu::Fix::clone - create a clone of the data object
# Create a clone of the data object clone(); # Now do all the changes on the clone add_field('foo','2');
Catmandu::Fix