mirror of
https://github.com/YunoHost-Apps/lufi_ynh.git
synced 2024-09-03 19:36:28 +02:00
[fix] delete incorrect line into perl findbind
This commit is contained in:
parent
9a364e3d43
commit
f80344b1a1
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ use warnings;
|
|||
use FindBin;
|
||||
BEGIN { unshift @INC, "$FindBin::Bin/../lib" }
|
||||
BEGIN { unshift @INC, "$FindBin::Bin/../local/lib/perl5" }
|
||||
BEGIN { unshift @INC, "$FindBin::Bin/../local/lib/perl5/__ARCHDIR__" }
|
||||
|
||||
# Start command line interface for application
|
||||
require Mojolicious::Commands;
|
||||
|
|
Loading…
Add table
Reference in a new issue