mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-05 19:49:32 +01:00
cpanfile: add missing JSON::XS module for significant JSON speed-ups
This commit is contained in:
parent
c7bb4b51cd
commit
6924bc236d
1
cpanfile
1
cpanfile
@ -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';
|
||||
|
@ -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",
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user