view Lib/IMPL/SQL/Schema/Traits/Processor.pm @ 254:fb52014f6931

updated web-session creation
author sergey
date Thu, 06 Dec 2012 19:58:42 +0400
parents d1676be8afcc
children
line wrap: on
line source

package IMPL::SQL::Traits::Processor;
use parent qw(IMPL::SQL::Schema);

use IMPL::Class::Property;


1;