sub my_uniq { my $self = shift; return uniq @{ $self->list }; }