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
|
# Move it
|
||||||
WORKDIR /opt
|
WORKDIR /opt
|
||||||
|
|
|
@ -3,8 +3,7 @@
|
||||||
# PostText v0.1
|
# PostText v0.1
|
||||||
# Jul 22 2022
|
# Jul 22 2022
|
||||||
|
|
||||||
use v5.36;
|
use v5.40;
|
||||||
#no warnings 'experimental';
|
|
||||||
use Mojo::File qw{curfile};
|
use Mojo::File qw{curfile};
|
||||||
use lib curfile->dirname->sibling('lib')->to_string;
|
use lib curfile->dirname->sibling('lib')->to_string;
|
||||||
use Mojolicious::Commands;
|
use Mojolicious::Commands;
|
||||||
|
|
Loading…
Reference in a new issue