Last active
May 29, 2019 20:00
-
-
Save ilmari/2e8876775f6a2ed3c43d13ac947621e1 to your computer and use it in GitHub Desktop.
dists with inc/Module/Install.pm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"query": { | |
"match_all": {} | |
}, | |
"filter": { | |
"and": [ | |
{ | |
"term": { | |
"path": "inc/Module/Install.pm" | |
} | |
}, | |
{ | |
"term": { | |
"status": "latest" | |
} | |
} | |
] | |
}, | |
"fields": [ | |
"release" | |
], | |
"size": 200 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment