Use v5.40 (finally)

This commit is contained in:
swaggboi 2024-08-15 21:55:45 -04:00
parent 6f96109f45
commit ccd68b8af4
2 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM docker.io/perl:5.36
FROM docker.io/perl:5.40
# Move it
WORKDIR /opt

View file

@ -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;