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