Use v5.40 (finally)
This commit is contained in:
parent
6f96109f45
commit
ccd68b8af4
|
@ -1,4 +1,4 @@
|
|||
FROM docker.io/perl:5.36
|
||||
FROM docker.io/perl:5.40
|
||||
|
||||
# Move it
|
||||
WORKDIR /opt
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue