Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: metacpan/metacpan-api
base: c67a9f12784f
Choose a base ref
...
head repository: metacpan/metacpan-api
compare: e71eb8a4270e
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 18, 2016

  1. Find module query revamp.

    Drawing on the work from find_download_url, simplify the query to return
    modules with valid POD entries.  Return documents where either
    the documentation and pod contain the module name, *OR* the
    module.associated_pod is set with module.name matching the request path.
    
    Using 'minimum_should_match=1' to ensure that a valid .pm/POD is
    selected.
    reyjrar committed Nov 18, 2016
    Copy the full SHA
    68d6954 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2016

  1. Copy the full SHA
    dc0a9fe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #556 from reyjrar/reyjrar/fix_issue_534

    Find module query revamp.
    oalders committed Nov 20, 2016
    Copy the full SHA
    e71eb8a View commit details
    Browse the repository at this point in the history