Fix FTBFS on local perl modules in kalyptus

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/1/head
Slávek Banko 8 years ago
parent d97b7af40b
commit fe1e240fe5

@ -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