Skip to content

Commit

Permalink
Merge cda2c07 into 614c2b3
Browse files Browse the repository at this point in the history
  • Loading branch information
yanick committed Apr 29, 2015
2 parents 614c2b3 + cda2c07 commit 464515a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/hid
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ use warnings;
use 5.014;

use FindBin;
use lib "$FindBin::RealBin/../lib";

# only mangle @INC if in the dev environment
use if -f "$FindBin::RealBin/../dist.ini", lib => "$FindBin::RealBin/../lib";

use HiD::App;
HiD::App->run;

0 comments on commit 464515a

Please sign in to comment.