mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-25 21:39:27 +01:00
cpanfile: add Lingua::EN::Tagger
This commit is contained in:
parent
3ab4ed0a81
commit
421738498c
1
cpanfile
1
cpanfile
@ -120,6 +120,7 @@ feature Example => sub {
|
||||
|
||||
feature FuncBuiltins => sub {
|
||||
requires 'URI::Escape';
|
||||
requires 'Lingua::EN::Tagger';
|
||||
};
|
||||
|
||||
feature FuncGrep => sub {
|
||||
|
@ -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 {}
|
||||
|
Loading…
Reference in New Issue
Block a user