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: b948d98294d3
Choose a base ref
...
head repository: metacpan/metacpan-web
compare: 76873d88e93f
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Jan 29, 2015

  1. Do string test before creating object

    Seems more efficient.
    rwstauner committed Jan 29, 2015
    Copy the full SHA
    8663e72 View commit details
    Browse the repository at this point in the history
  2. Invert and simplify "if we found a match" logic

    undefined !== null which caused a false positive and fell through to an error.
    rwstauner committed Jan 29, 2015
    Copy the full SHA
    fad7683 View commit details
    Browse the repository at this point in the history
  3. Also handle ".../tree/master" github repo urls

    ".../tree" doesn't work anymore but ".../tree/master" does.
    rwstauner committed Jan 29, 2015
    Copy the full SHA
    76873d8 View commit details
    Browse the repository at this point in the history