From 1496913f279364f32bc61410ae9f4cb3245e3e9f Mon Sep 17 00:00:00 2001 From: swaggboi Date: Thu, 6 Jul 2023 13:12:08 -0400 Subject: [PATCH] Don't think this is needed anymore... --- script/post_text | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;