aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Open311
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2015-12-10 21:24:57 +0000
committerMatthew Somerville <matthew@mysociety.org>2016-01-22 16:58:04 +0000
commit1c40be1f4b5a00fd6da081225b04efad228f8025 (patch)
treeec6e320f4d44c1a06deddfbd43050e2e04a6499b /perllib/Open311
parent61573768a8bd0a9f6c3ec69d405f153121e07563 (diff)
Switch to JSON::MaybeXS, remove JSON::XS.
Travis has Cpanel::JSON::XS preinstalled, which means that the build would fail there, as JSON::MaybeXS would try and upgrade JSON::XS to version 3 which the snapshot did not contain.
Diffstat (limited to 'perllib/Open311')
-rw-r--r--perllib/Open311/Endpoint.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/Open311/Endpoint.pm b/perllib/Open311/Endpoint.pm
index 7916d090f..2a6ba742a 100644
--- a/perllib/Open311/Endpoint.pm
+++ b/perllib/Open311/Endpoint.pm
@@ -8,7 +8,7 @@ Open311::Endpoint - a generic Open311 endpoint implementation
use Web::Simple;
-use JSON;
+use JSON::MaybeXS;
use XML::Simple;
use Open311::Endpoint::Result;