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: 958d952a8c65^
Choose a base ref
...
head repository: metacpan/metacpan-api
compare: b6889fff55f1
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 30, 2015

  1. Test that 'other files' are indexed:false in a release

    which currently fails.
    The the code from the pull-req that added this (with tests)
    isn't actually getting called.  We need a full dist integration test.
    rwstauner committed Mar 30, 2015
    Copy the full SHA
    958d952 View commit details
    Browse the repository at this point in the history
  2. Move logic for default File "indexed" to lazy builder

    The CPAN::Meta object being used to set the old default was being passed in
    anyway.  This makes it much easier to add additional logic and seems like a
    less confusing place to have it.
    rwstauner committed Mar 30, 2015
    Copy the full SHA
    b6889ff View commit details
    Browse the repository at this point in the history