Skip to content

Commit

Permalink
Upgrade JSON.pm to match JSON::XS
Browse files Browse the repository at this point in the history
currently every travis build explodes because it installs JSON::XS
and then the version of JSON.pm isn't sufficient.
  • Loading branch information
rwstauner committed Nov 3, 2013
1 parent 0586ef7 commit 21df5c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile.PL
Expand Up @@ -66,8 +66,9 @@ my %WriteMakefileArgs = (
"HTTP::Request::Common" => 0,
"Hash::AsObject" => 0,
"Hash::Merge" => 0,
"JSON" => 0,
"JSON::XS" => 0,
# If we have JSON::XS v3 we need JSON.pm 2.90+ or we get bizarre errors.
"JSON" => "2.90",
"JSON::XS" => "3.01",
"List::MoreUtils" => 0,
"List::Util" => 0,
"Moose" => 0,
Expand Down

0 comments on commit 21df5c0

Please sign in to comment.