Skip to content

Commit

Permalink
[REBUILD] trigger full db rebuild to toss old tags
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Mar 16, 2017
1 parent 62bfc35 commit c72d7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ModulesPerl6/Model/Dists.pm
Expand Up @@ -46,7 +46,7 @@ sub _find {
);

return $is_hri ? c map {
# TODO XXX: there gotta be a less stupid way to do this?
# TODO XXX: there got to be a better way to do this?
$_->{tags} = [ sort map $_->{tag}{tag}, @{ delete $_->{tag_dists} } ];
$_
} $res->all : $res;
Expand Down

0 comments on commit c72d7a2

Please sign in to comment.