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: 8ec0c1e175e8
Choose a base ref
...
head repository: metacpan/metacpan-api
compare: b8d25364799a
Choose a head ref
  • 9 commits
  • 8 files changed
  • 1 contributor

Commits on May 4, 2014

  1. Rename modules attribute to module_files for clarity

    It's a list of files that have modules, not actually the modules.
    rwstauner committed May 4, 2014
    Copy the full SHA
    6ce8408 View commit details
    Browse the repository at this point in the history
  2. Increase the size param when testing release files

    To avoid the confusion of why the 11th file isn't being returned.
    rwstauner committed May 4, 2014
    Copy the full SHA
    a705d90 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a553a91 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2014

  1. Copy the full SHA
    daa1a98 View commit details
    Browse the repository at this point in the history
  2. Fix bug in log message about number of files

    Previously it always logged zero and the variable that wasn't zero was never used.
    rwstauner committed May 5, 2014
    Copy the full SHA
    e0a0b3a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    dd60570 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5cae9d2 View commit details
    Browse the repository at this point in the history
  5. Tidy :-P

    rwstauner committed May 5, 2014
    Copy the full SHA
    231d709 View commit details
    Browse the repository at this point in the history
  6. Allow a BOM to precede the package declaration

    There may be a way to use the file's encoding and not have to do it this way
    but currently we're reading the file in binary mode and I don't want to toy
    with changing that at the moment.  This should fix a few dists in the meantime.
    
    Fixes #227.
    Fixes metacpan/metacpan-web#956.
    rwstauner committed May 5, 2014
    Copy the full SHA
    b8d2536 View commit details
    Browse the repository at this point in the history