Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
andreeap committed Mar 24, 2015
1 parent 8be70b4 commit 6f5bca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/release/moose.t
Expand Up @@ -81,7 +81,7 @@ $signature = $idx->type('file')->filter(

# these came from metacpan-web/lib/MetaCPAN/Web/Model/API/Release.pm:sub modules
{ exists => { field => 'file.pod.analyzed' } },
{ term => { 'file.indexed' => \1 } },
{ term => { 'file.indexed' => 1 } },
]
}
)->first;
Expand Down

0 comments on commit 6f5bca6

Please sign in to comment.