Some missing "use v5.40"

This commit is contained in:
Lucas Gabriel Vuotto 2025-05-04 09:37:35 +00:00
parent 84a068e5a8
commit 05c8d5e493
3 changed files with 7 additions and 8 deletions

View file

@ -1,6 +1,9 @@
#!/usr/bin/env perl
use v5.40;
use Mojolicious::Lite;
app->secrets(["unused"]);
app->static->paths(["s"]);