From 42a00c313cb71507b5f586cc122283c31b9e7c39 Mon Sep 17 00:00:00 2001 From: swag Date: Wed, 5 Oct 2022 21:39:00 -0400 Subject: [PATCH] Use 5.36 --- 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;