cpanfile: add missing JSON::XS module for significant JSON speed-ups

This commit is contained in:
Pragmatic Software 2021-09-12 11:13:12 -07:00
parent c7bb4b51cd
commit 6924bc236d
2 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@ requires 'IO::Socket::INET';
requires 'IO::Socket::SSL';
requires 'IPC::Run';
requires 'JSON';
requires 'JSON::XS';
requires 'LWP::Protocol::https';
requires 'LWP::UserAgent';
requires 'LWP::UserAgent::Paranoid';

View File

@ -25,7 +25,7 @@ use PBot::Imports;
# These are set by the /misc/update_version script
use constant {
BUILD_NAME => "PBot",
BUILD_REVISION => 4385,
BUILD_REVISION => 4386,
BUILD_DATE => "2021-09-12",
};