Skip to content

Commit

Permalink
Require the latest JSON and JSON::XS
Browse files Browse the repository at this point in the history
We fixed things long ago for compatibility (with the breakage)
but didn't explicitly specify the versions in the cpanfile,
so the vm isn't getting updated automatically.
  • Loading branch information
rwstauner committed May 22, 2014
1 parent 21cebaf commit 969ae93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpanfile
Expand Up @@ -70,8 +70,8 @@ requires 'IO::String';
requires 'IO::Uncompress::Bunzip2';
requires 'IO::Zlib';
requires 'IPC::Run3';
requires 'JSON::XS';
requires 'JSON';
requires 'JSON::XS', '3.01';
requires 'JSON', '2.90';
requires 'LWP::Protocol::https';
requires 'LWP::UserAgent';
requires 'List::MoreUtils';
Expand Down

0 comments on commit 969ae93

Please sign in to comment.