diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-02-05 23:36:19 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-02-09 14:21:51 +0000 |
commit | b029f3d084b0dbd4136f7fd48d2e222edc683b6f (patch) | |
tree | bb565e639e3a792e9412a22e8e02caf424d491b7 /t/open311/endpoint/spark.t | |
parent | cf80773fa925f36a7c43b5f7eb1bcf7f56593796 (diff) |
Switch final few JSON uses to JSON::MaybeXS.
Diffstat (limited to 't/open311/endpoint/spark.t')
-rw-r--r-- | t/open311/endpoint/spark.t | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/t/open311/endpoint/spark.t b/t/open311/endpoint/spark.t index 589f39baf..015876c94 100644 --- a/t/open311/endpoint/spark.t +++ b/t/open311/endpoint/spark.t @@ -4,10 +4,8 @@ use Test::More; use Open311::Endpoint; use Data::Dumper; -use JSON; my $endpoint = Open311::Endpoint->new; -my $json = JSON->new; subtest "Spark test" => sub { my $spark = $endpoint->spark; |