There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Catmandu::Fix::uniq - strip duplicate values from an array

SYNOPSIS

# {tags => ["foo", "bar", "bar", "foo"]}
uniq(tags)
# {tags => ["foo", "bar"]}

SEE ALSO

Catmandu::Fix