cpanfile: add Lingua::EN::Tagger

This commit is contained in:
Pragmatic Software 2022-07-08 09:19:27 -07:00
parent 3ab4ed0a81
commit 421738498c
2 changed files with 3 additions and 2 deletions

View File

@ -120,6 +120,7 @@ feature Example => sub {
feature FuncBuiltins => sub {
requires 'URI::Escape';
requires 'Lingua::EN::Tagger';
};
feature FuncGrep => sub {

View File

@ -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 {}