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: 11ef4fb5ade7
Choose a base ref
...
head repository: metacpan/metacpan-web
compare: b6dc87c41e2c
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on May 21, 2013

  1. Correct Catalyst version required

    This is the version specified in dist.ini, and indeed attempting to use
    5.90007 doesn't work (->env method in the wrong place).
    Smylers committed May 21, 2013
    Copy the full SHA
    370c436 View commit details
    Browse the repository at this point in the history
  2. Merge Catalyst and Catalyst::Runtime dependencies

    Catalyst and Catalyst::Runtime both come from a single distribution
    (Catalyst-Runtime) and share a version number, so it isn't necessary to
    specify both of them -- and it's confusing to specific a different number
    for each.
    
    Put the version dependency on Catalyst::Runtime, since that's the module
    that MetaCPAN::Web actually tries to load a specific version of.
    Smylers committed May 21, 2013
    Copy the full SHA
    463a1a5 View commit details
    Browse the repository at this point in the history
  3. Express missing prereqs to make the scanner happy

    It's finally empty!
    rwstauner committed May 21, 2013
    Copy the full SHA
    b6dc87c View commit details
    Browse the repository at this point in the history