Some missing "use v5.40"
This commit is contained in:
parent
84a068e5a8
commit
05c8d5e493
3 changed files with 7 additions and 8 deletions
|
@ -1,6 +1,9 @@
|
|||
#!/usr/bin/env perl
|
||||
use v5.40;
|
||||
|
||||
use Mojolicious::Lite;
|
||||
|
||||
|
||||
app->secrets(["unused"]);
|
||||
|
||||
app->static->paths(["s"]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue