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-web
base: 22c0855bf840^
Choose a base ref
...
head repository: metacpan/metacpan-web
compare: 294ae970a5c5
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 11, 2014

  1. Require a word character after the colon in module: searches

    This avoids mistakenly munging queries like "module::metadata".
    tsibley committed Jul 11, 2014
    Copy the full SHA
    22c0855 View commit details
    Browse the repository at this point in the history
  2. Only replace special search terms when they're a standalone word

    Otherwise we run the risk of badly munging typo'd queries like
    "test::dist:manifest" into something stranger.
    
    Note that the character class for distribution names had to change to
    include hyphens since the end is now anchored.
    tsibley committed Jul 11, 2014
    Copy the full SHA
    294ae97 View commit details
    Browse the repository at this point in the history