From 208df255a149f4c3eb93ac137962b04e91e1b716 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 13 Apr 2023 23:42:46 -0700 Subject: [PATCH] Update comment --- lib/PBot/Imports.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PBot/Imports.pm b/lib/PBot/Imports.pm index 8534d3bd..6490cb55 100644 --- a/lib/PBot/Imports.pm +++ b/lib/PBot/Imports.pm @@ -18,7 +18,7 @@ sub import { # use warnings warnings->import::into($target); - # use feature ':5.16' + # use feature ':5.20' feature->import::into($target, ':5.20'); # use utf8