Skip to content

Commit

Permalink
Bodge - look in my homedir.
Browse files Browse the repository at this point in the history
git submodules aren't working for me on this box, and I don't have time to
troubleshoot.
  • Loading branch information
bigpresh committed Dec 2, 2012
1 parent 634c004 commit f4079e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions danceradvent/bin/app.pl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ BEGIN
while ( my $libdir = glob("${FindBin::Bin}/../vendor/*/lib") ) {
unshift @INC, $libdir;
}

# BODGE:
for my $repo (qw(Dancer2 Dancer-Plugin-Feed)) {
unshift @INC, "/home/davidp/$repo/lib";
}
}

use Dancer 2.0;
Expand Down

0 comments on commit f4079e8

Please sign in to comment.