Skip to content

Commit

Permalink
fix rev_deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed Dec 25, 2016
1 parent 2ac15e1 commit 917e113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/MetaCPAN/Client.pm
Expand Up @@ -296,8 +296,8 @@ sub _reverse_deps {
query => { match_all => {} },
filter => {
and => [
{ term => { 'release.status' => 'latest' } },
{ term => { 'authorized' => \1 } },
{ term => { 'status' => 'latest' } },
{ term => { 'authorized' => 1 } },
]
},
}
Expand Down

0 comments on commit 917e113

Please sign in to comment.