From ccd68b8af48d83dfe60ae07ed43f9aa6c23c88ac Mon Sep 17 00:00:00 2001 From: swaggboi Date: Thu, 15 Aug 2024 21:55:45 -0400 Subject: [PATCH] Use v5.40 (finally) --- Dockerfile | 2 +- script/post_text | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 99c83ee..9374f62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/perl:5.36 +FROM docker.io/perl:5.40 # Move it WORKDIR /opt diff --git a/script/post_text b/script/post_text index f291ac8..a861cdb 100755 --- a/script/post_text +++ b/script/post_text @@ -3,8 +3,7 @@ # PostText v0.1 # Jul 22 2022 -use v5.36; -#no warnings 'experimental'; +use v5.40; use Mojo::File qw{curfile}; use lib curfile->dirname->sibling('lib')->to_string; use Mojolicious::Commands;