Skip to content

Commit

Permalink
Add FindBin.
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed May 17, 2014
1 parent 335f1dd commit 385fcc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lotto
Expand Up @@ -4,6 +4,8 @@ use strict;
use warnings;
use 5.010;

use FindBin '$Bin';
use lib $Bin;
use Lotto;

my $config = parse_config();
Expand Down

0 comments on commit 385fcc0

Please sign in to comment.