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: cb7c63e10a2d^
Choose a base ref
...
head repository: metacpan/metacpan-web
compare: 83e062f0ea57
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Aug 23, 2015

  1. Test that JSON view handles JSON

    It currently errors on booleans.
    rwstauner committed Aug 23, 2015
    Copy the full SHA
    cb7c63e View commit details
    Browse the repository at this point in the history
  2. Define encode_json to ensure compatibility

    The error appears to be coming from JSON::Any + JSON
    not decoding JSON::XS::Boolean (because they aren't JSON::PP::Boolean).
    rwstauner committed Aug 23, 2015
    Copy the full SHA
    83e062f View commit details
    Browse the repository at this point in the history