JSON -> JSON::MaybeXS

This commit is contained in:
Graham Christensen
2021-12-13 15:37:56 -05:00
parent d16c57e5f1
commit 7dcf6a01c6
31 changed files with 57 additions and 57 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ use Hydra::Helper::Nix;
use Hydra::Model::DB;
use Hydra::Plugin;
use Hydra::Schema;
use JSON;
use JSON::MaybeXS;
use Net::Statsd;
use Nix::Store;
use Time::HiRes qw(clock_gettime CLOCK_MONOTONIC);
+1 -1
View File
@@ -6,7 +6,7 @@ use utf8;
use Hydra::Helper::Nix;
use Net::Statsd;
use File::Slurper qw(read_text);
use JSON;
use JSON::MaybeXS;
use Getopt::Long qw(:config gnu_getopt);
STDERR->autoflush(1);