view config/bootstrap.pm @ 11:573272ec604b

almost comlete doxygen library
author sergey
date Thu, 15 May 2014 18:24:02 +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;