diff --git a/script/post_text b/script/post_text index 2553487..f291ac8 100755 --- a/script/post_text +++ b/script/post_text @@ -4,7 +4,7 @@ # Jul 22 2022 use v5.36; -no warnings 'experimental'; +#no warnings 'experimental'; use Mojo::File qw{curfile}; use lib curfile->dirname->sibling('lib')->to_string; use Mojolicious::Commands;