view config/bootstrap.pm @ 16:e69c970c3ddd default tip

sync
author sergey
date Tue, 20 May 2014 01:28:48 +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;