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-sysadmin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: metacpan/metacpan-sysadmin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: tsibley/module-qa
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 17, 2017

  1. QA tools for comparison of packages in MetaCPAN and PAUSE

    bin/qa/02packages outputs text in the style of PAUSE's
    02packages.details.txt, but describes MetaCPAN's view of CPAN.  A key
    difference is that versions are _always_ numified and formatted as
    decimals with 12 digits of precision (4 repeats of 3 digit fixed-width
    values).
    
    bin/qa/normalize-02packages transforms PAUSE's 02packages in order to
    ease direct textual diffing of it with the output of bin/qa/02packages
    above.  Notably, this numifies version numbers in the same consistent
    way, as PAUSE's indexing has changed over the years leading to a mix of
    version formats in the file.
    
    I'm using these tools to help identify classes of data mismatches
    between MetaCPAN and PAUSE, which is useful for knowing what we have and
    what we can rely on.
    tsibley committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    4532e5e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2017

  1. Configuration menu
    Copy the full SHA
    51a23b1 View commit details
    Browse the repository at this point in the history
Loading