Download: Catmandu-0.06.tar.gz
Dependencies
Annotate this POD
Catmandu::Fix::move_field - move a field to another place in the data structure
# Move 'foo.bar' to 'bar.foo' move_field('foo.bar','bar.foo');
Catmandu::Fix