3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-02 01:18:40 +02:00
pbot/updates/4371_SEE_COMMIT_MESSAGE_FOR_DETAILS.pl
Pragmatic Software d1bb30ef94 Replace Text::Levenshtein with Text::Levenshtein::XS
Text::Levenshtein::XS is much, much, much, much faster and more
efficient.

Existing PBot users: Please run `cpanm Text::Levenshtein::XS` to install this
module.
2021-08-27 19:41:51 -07:00

12 lines
263 B
Perl
Executable File

#!/usr/bin/env perl
# Recent updates require a bot restart
#
# Replaced Text::Levenshtein with the much, much faster Text::Levenshtein::XS.
#
# If you do not have Text::Levenshtein::XS installed, you must install it:
#
# cpanm Text::Levenshtein::XS
exit 0;