From 6924bc236d030f3b7fc4ba1d448e9b999467516a Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 12 Sep 2021 11:13:12 -0700 Subject: [PATCH] cpanfile: add missing JSON::XS module for significant JSON speed-ups --- cpanfile | 1 + lib/PBot/VERSION.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cpanfile b/cpanfile index 4239b152..197845b0 100644 --- a/cpanfile +++ b/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'; diff --git a/lib/PBot/VERSION.pm b/lib/PBot/VERSION.pm index 27aade6f..09440183 100644 --- a/lib/PBot/VERSION.pm +++ b/lib/PBot/VERSION.pm @@ -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", };