view config/bootstrap.pm @ 14:d997ff96acf1

sync
author sergey
date Mon, 19 May 2014 18:34:16 +0400
parents fa7a99c2d079
children
line wrap: on
line source

use File::Spec();

use lib File::Spec->catdir($IMPL::Config::AppBase, '../Impl/Lib');
use lib File::Spec->catdir($IMPL::Config::AppBase, '../benzin/lib');

1;