From 1d98dfc0f31ff3b2d9126ae8300c5b90af317205 Mon Sep 17 00:00:00 2001 From: swag Date: Sat, 17 Dec 2022 21:11:45 -0500 Subject: [PATCH] Want to use new array-slicing syntax, may undo this... --- script/post_text | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/post_text b/script/post_text index c057a56..babb02b 100755 --- a/script/post_text +++ b/script/post_text @@ -3,7 +3,7 @@ # PostText v0.1 # Jul 22 -use v5.34; +use v5.36; use Mojo::File qw{curfile}; use lib curfile->dirname->sibling('lib')->to_string; use Mojolicious::Commands;