From 421738498c5a5b5a14e2de0d12c6a5263c7ecc00 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Fri, 8 Jul 2022 09:19:27 -0700 Subject: [PATCH] cpanfile: add Lingua::EN::Tagger --- cpanfile | 1 + lib/PBot/VERSION.pm | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cpanfile b/cpanfile index 22293487..2c098b6d 100644 --- a/cpanfile +++ b/cpanfile @@ -120,6 +120,7 @@ feature Example => sub { feature FuncBuiltins => sub { requires 'URI::Escape'; + requires 'Lingua::EN::Tagger'; }; feature FuncGrep => sub { diff --git a/lib/PBot/VERSION.pm b/lib/PBot/VERSION.pm index 886b4e98..45c576dc 100644 --- a/lib/PBot/VERSION.pm +++ b/lib/PBot/VERSION.pm @@ -25,8 +25,8 @@ use PBot::Imports; # These are set by the /misc/update_version script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 4551, - BUILD_DATE => "2022-07-05", + BUILD_REVISION => 4554, + BUILD_DATE => "2022-07-08", }; sub initialize {}