VERSION
version 0.06DESCRIPTION
This Catmandu::Fix modifies a Wikidata entity record by simplifying the labels, aliases, and descriptions. In particular it converts
"en": { "language: "en", "value": "foo" } "en": [ { "language: "en", "value": "foo" }, { "language: "en", "value": "bar" } ]
to
"en": "foo" "en": ["foo","bar"]
AUTHOR
Jakob VoβCOPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Jakob Voβ.This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.