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

consolidate JSON handling around JSON::MaybeXS, to provide a sane backend everywhere #1341

Merged
merged 1 commit into from Sep 11, 2014

Conversation

karenetheridge
Copy link
Contributor

this PR replaces and closes #1191.

@@ -39,7 +39,7 @@ requires 'HTTP::Request';
requires 'HTTP::Request::Common';
requires 'Hash::AsObject';
requires 'Hash::Merge';
requires 'JSON::XS', '3.01';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only problem I see here is that now we don't have any kind of XS JSON parser in the cpanfile, which will be a problem when we deploy to production.

@oalders
Copy link
Member

oalders commented Sep 11, 2014

Thanks!

oalders added a commit that referenced this pull request Sep 11, 2014
consolidate JSON handling around JSON::MaybeXS, to provide a sane backend everywhere
@oalders oalders merged commit 4dd2e5f into metacpan:master Sep 11, 2014
@karenetheridge karenetheridge deleted the topic/json_maybexs branch September 12, 2014 03:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants