Provided by: libcatmandu-perl_1.1000-2_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

perl v5.28.1                                       2019-01-29                           Catmandu::Fix::uniq(3pm)