aboutsummaryrefslogtreecommitdiffstats
path: root/t/Mock/Facebook.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2016-02-05 23:36:19 +0000
committerMatthew Somerville <matthew@mysociety.org>2016-02-09 14:21:51 +0000
commitb029f3d084b0dbd4136f7fd48d2e222edc683b6f (patch)
treebb565e639e3a792e9412a22e8e02caf424d491b7 /t/Mock/Facebook.pm
parentcf80773fa925f36a7c43b5f7eb1bcf7f56593796 (diff)
Switch final few JSON uses to JSON::MaybeXS.
Diffstat (limited to 't/Mock/Facebook.pm')
-rw-r--r--t/Mock/Facebook.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/Mock/Facebook.pm b/t/Mock/Facebook.pm
index 68c63f2d5..eb882af21 100644
--- a/t/Mock/Facebook.pm
+++ b/t/Mock/Facebook.pm
@@ -1,6 +1,6 @@
package t::Mock::Facebook;
-use JSON;
+use JSON::MaybeXS;
use Web::Simple;
use MooX::Types::MooseLike::Base qw(:all);