3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-01 17:16:39 +02:00

Plugins/AntiTwitter.pm: use utf8

This commit is contained in:
Pragmatic Software 2021-04-04 23:16:37 -07:00
parent 6bc9e9cf88
commit 7acb1e2cf4

View File

@ -20,6 +20,8 @@ use Time::Duration qw/duration/;
use feature 'switch';
use utf8;
no if $] >= 5.018, warnings => "experimental::smartmatch";
sub initialize {