mirror of
https://github.com/pragma-/pbot.git
synced 2025-01-23 02:24:25 +01:00
Plugins/AntiTwitter.pm: use utf8
This commit is contained in:
parent
6bc9e9cf88
commit
7acb1e2cf4
@ -20,6 +20,8 @@ use Time::Duration qw/duration/;
|
|||||||
|
|
||||||
use feature 'switch';
|
use feature 'switch';
|
||||||
|
|
||||||
|
use utf8;
|
||||||
|
|
||||||
no if $] >= 5.018, warnings => "experimental::smartmatch";
|
no if $] >= 5.018, warnings => "experimental::smartmatch";
|
||||||
|
|
||||||
sub initialize {
|
sub initialize {
|
||||||
|
Loading…
Reference in New Issue
Block a user