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", };