From a67a4078e4d01f810d6bec9399446de9465cf791 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sat, 16 Mar 2024 17:32:37 -0700 Subject: [PATCH] Update cpanfile --- cpanfile | 9 +++++++++ lib/PBot/VERSION.pm | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/cpanfile b/cpanfile index 1bb9d7c1..2b0fd6fa 100644 --- a/cpanfile +++ b/cpanfile @@ -200,6 +200,15 @@ feature Weather => sub { requires 'Getopt::Long'; }; +feature Wordle => sub { + requires 'Text::Unidecode'; +}; + +feature WordMorph => sub { + requires 'Storable'; + requires 'Text::Levenshtein::XS'; +}; + feature Wolfram => sub { requires 'LWP::UserAgent::Paranoid'; requires 'URI::Escape'; diff --git a/lib/PBot/VERSION.pm b/lib/PBot/VERSION.pm index 58e1d82f..d8144415 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 => 4720, + BUILD_REVISION => 4721, BUILD_DATE => "2024-03-16", };