Want to use new array-slicing syntax, may undo this...

This commit is contained in:
swag 2022-12-17 21:11:45 -05:00
parent 6b82c5c96b
commit 1d98dfc0f3

View File

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