Fix issue in lib decleration
This commit is contained in:
parent
16d3e7344b
commit
cf28556d2f
1 changed files with 1 additions and 1 deletions
2
script/pear-local_loop
Normal file → Executable file
2
script/pear-local_loop
Normal file → Executable file
|
@ -4,7 +4,7 @@ use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use FindBin qw/ $Bin /;
|
use FindBin qw/ $Bin /;
|
||||||
use lib '$Bin/../lib';
|
use lib "$Bin/../lib";
|
||||||
use Mojolicious::Commands;
|
use Mojolicious::Commands;
|
||||||
|
|
||||||
Mojolicious::Commands->start_app("Pear::LocalLoop");
|
Mojolicious::Commands->start_app("Pear::LocalLoop");
|
||||||
|
|
Reference in a new issue