From e9a8620fb043ef29dc145e149becab7fec9c174d Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Wed, 25 Aug 2021 22:05:52 -0700 Subject: [PATCH] Factoids/Selectors: Add missing `use` statement --- lib/PBot/Core/Factoids/Selectors.pm | 2 ++ lib/PBot/VERSION.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/PBot/Core/Factoids/Selectors.pm b/lib/PBot/Core/Factoids/Selectors.pm index 261e714f..de843b0e 100644 --- a/lib/PBot/Core/Factoids/Selectors.pm +++ b/lib/PBot/Core/Factoids/Selectors.pm @@ -10,6 +10,8 @@ use parent 'PBot::Core::Class'; use PBot::Imports; +use PBot::Core::Utils::Indefinite; + use Time::HiRes qw(gettimeofday); use Time::Duration qw(duration); diff --git a/lib/PBot/VERSION.pm b/lib/PBot/VERSION.pm index cab515b7..a1bd54d3 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 => 4368, + BUILD_REVISION => 4369, BUILD_DATE => "2021-08-25", };