comparison config/bootstrap.pm @ 7:fa7a99c2d079

dox library templates and schemas
author sergey
date Wed, 14 May 2014 01:22:21 +0400
parents 0b703449f192
children
comparison
equal deleted inserted replaced
6:2d1a0a75fc49 7:fa7a99c2d079
1 use File::Spec(); 1 use File::Spec();
2 2
3 use lib File::Spec->catdir($IMPL::Config::AppBase, '../Impl/Lib'); 3 use lib File::Spec->catdir($IMPL::Config::AppBase, '../Impl/Lib');
4 use lib File::Spec->catdir($IMPL::Config::AppBase, '../benzin/lib'); 4 use lib File::Spec->catdir($IMPL::Config::AppBase, '../benzin/lib');
5 5
6 1;