Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changes truthiness syntax in /package
  • Loading branch information
oalders committed Mar 30, 2012
1 parent ce2c404 commit 791943e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/MetaCPAN/Server/Controller/Package.pm
Expand Up @@ -24,10 +24,10 @@ sub get : Chained('index') : PathPart('') : Args(1) {
{ "term" => { "module.name" => $module }
},
{ "term" =>
{ "module.indexed" => 'true' }
{ "module.indexed" => \1 }
},
{ "term" =>
{ "module.authorized" => 'true' }
{ "module.authorized" => \1 }
}
]
}
Expand Down

0 comments on commit 791943e

Please sign in to comment.