1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 16:55:42 -04:00

add regexp optimizer, in an attempt to make things a bit cleaner

This commit is contained in:
Ryan Voots 2020-08-20 11:08:12 -04:00
parent 8f5cf56bc4
commit 71563e71f6

View file

@ -162,3 +162,4 @@ requires 'CryptX';
requires 'MIME::Base64';
requires 'DateTime::Event::Cron';
requires 'Regexp::Assemble';
requires 'Regexp::Optimizer';