Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2010-08-20 09:13:37 (GMT)
committer Moritz Lenz <moritz@faui2k3.org>2010-08-20 09:13:37 (GMT)
commitd1d808bb0274426dde3a0692d4d425d27b367366 (patch)
treecee32fcdf8e35fac1239a082d0f2462c5b3dcaf1
parent6e376f3da66416864d2886398489a09d67f06f3d (diff)
[ilbot2] add lib/ to module search pathupstream
-rwxr-xr-xilbot2.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/ilbot2.pl b/ilbot2.pl
index afd82ff..cbad6a3 100755
--- a/ilbot2.pl
+++ b/ilbot2.pl
@@ -1,6 +1,7 @@
#!/usr/bin/perl
use warnings;
use strict;
+use lib 'lib';
use Config::File;
use Bot::BasicBot 0.81;
use Carp qw(confess);