view config/bootstrap.pm @ 7:fa7a99c2d079

dox library templates and schemas
author sergey
date Wed, 14 May 2014 01:22:21 +0400
parents 0b703449f192
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;