From 2011275f27dfcad63e33126f0ec422628a5cf87a Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 4 Sep 2025 10:30:31 -0700 Subject: [PATCH] Quotegrabs/Storage: remove unused import --- lib/PBot/Plugin/Quotegrabs/Storage/Hashtable.pm | 1 - lib/PBot/VERSION.pm | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/PBot/Plugin/Quotegrabs/Storage/Hashtable.pm b/lib/PBot/Plugin/Quotegrabs/Storage/Hashtable.pm index 1058982e..252e0107 100644 --- a/lib/PBot/Plugin/Quotegrabs/Storage/Hashtable.pm +++ b/lib/PBot/Plugin/Quotegrabs/Storage/Hashtable.pm @@ -17,7 +17,6 @@ use PBot::Imports; use HTML::Entities; use Time::Duration; use Time::HiRes qw(gettimeofday); -use Getopt::Long qw(GetOptionsFromString); use POSIX qw(strftime); diff --git a/lib/PBot/VERSION.pm b/lib/PBot/VERSION.pm index e13009c1..06257cd5 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 => 4888, + BUILD_REVISION => 4889, BUILD_DATE => "2025-09-04", };