This commit is contained in:
swag 2022-12-17 21:24:11 -05:00
parent 1d98dfc0f3
commit 28c3e2df17

View File

@ -4,6 +4,7 @@
# Jul 22
use v5.36;
no warnings 'experimental';
use Mojo::File qw{curfile};
use lib curfile->dirname->sibling('lib')->to_string;
use Mojolicious::Commands;