Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to JSON::MaybeXS #2

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Migrate to JSON::MaybeXS #2

wants to merge 6 commits into from

Commits on Feb 13, 2019

  1. Migrate to JSON::MaybeXS

    Since it's a stricter parser, duplicate keys aren't allowed (which is good)
    Now we have a test for this condition too
    Jose Luis Martínez Torres committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    735f0a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. usage of JSON::MaybeXS in t/009

    pplu committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    eb027f5 View commit details
    Browse the repository at this point in the history
  2. Better, more complete WebServer-Stack file

    It's the original with the duplicate value eliminated
    pplu committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    c27f54b View commit details
    Browse the repository at this point in the history
  3. Make tests use JSON::MaybeXS

    pplu committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    7c5fd75 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. This commit is just for getting Travis to report what's failing

    This is because in Older Perls we're getting something unexpected:
    https://travis-ci.org/pplu/cfn-perl/builds/493267226
    pplu committed May 23, 2019
    Configuration menu
    Copy the full SHA
    349403b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b489106 View commit details
    Browse the repository at this point in the history