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: 8609d55b72a2
Choose a base ref
...
head repository: metacpan/metacpan-web
compare: 7695cead4c08
Choose a head ref
  • 4 commits
  • 8 files changed
  • 2 contributors

Commits on Aug 15, 2013

  1. Add our own Changes parser based on CPAN::Changes

    CPAN::Changes aims to provide a specification for Changes files, which
    might not be exactly what MetaCPAN wants. For now we steal most of the
    CPAN::Changes framework, but replace the parser itself with one that
    is a bit more relaxed.
    omega committed Aug 15, 2013
    Copy the full SHA
    e514eca View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    faf61bc View commit details
    Browse the repository at this point in the history
  3. Support nested Changes entries in HTML

    This is a bit of a hack, based on our own Changes parser, that looks for
    `-` and then interprets that as a nested change. Will need adjustments later
    omega committed Aug 15, 2013
    Copy the full SHA
    c9eea8f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #902 from omega/omega/dbic-changes-display

    Fix formatting for nested Changes files (#897)
    oalders committed Aug 15, 2013
    Copy the full SHA
    7695cea View commit details
    Browse the repository at this point in the history