Fix: make sure consumer.pl can find the AnyEvent::NSQ::Reader lib

Signed-off-by: Pedro Melo <melo@simplicidade.org>
This commit is contained in:
Pedro Melo
2014-07-20 16:48:44 +01:00
parent 306f8e4864
commit 7092c3b208

View File

@@ -2,7 +2,8 @@
use strict;
use warnings;
use lib 'lib';
use FindBin;
use lib "$FindBin::Bin/../lib";
use AnyEvent;
use AnyEvent::NSQ::Reader;