Fix FTBFS on local perl modules in kalyptus

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit fe1e240fe5)
r14.0.x
Slávek Banko 8 years ago
parent 18d6036e07
commit 695bb6d258

@ -14,6 +14,8 @@ use Getopt::Long;
use File::Basename;
use strict;
# allow to use local modules
use lib dirname (__FILE__);
use Ast;
use kdocUtil;

Loading…
Cancel
Save