about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-04-29 19:22:48 -0700
committerJonathan "Duke" Leto <jonathan@leto.net>2011-04-29 19:22:48 -0700
commita5f406593a8b47e52c5949f2a98185d075e03a5c (patch)
tree437c261fedfbcc59d3090347ebf73800940e777f /scripts
parentAdd more docs about the build_process config key (diff)
downloadjitterbug-a5f406593a8b47e52c5949f2a98185d075e03a5c.tar.gz
Make the builder do a 'use lib lib' so we don't have to
Diffstat (limited to '')
-rw-r--r--scripts/builder.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/builder.pl b/scripts/builder.pl
index 8b7ee2c..bd6a37f 100644
--- a/scripts/builder.pl
+++ b/scripts/builder.pl
@@ -2,6 +2,7 @@
 
 use strict;
 use warnings;
+use lib 'lib';
 
 use jitterbug::Builder;