Don't think this is needed anymore...

This commit is contained in:
swagg boi 2023-07-06 13:12:08 -04:00
parent 824461c20f
commit 1496913f27

View file

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