Provided by: libcatmandu-perl_0.9505-1_all bug

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