view Lib/IMPL/SQL/Schema/Traits/Processor.pm @ 196:a705e848dcc7

added IMPL::Config::Reference
author cin
date Mon, 16 Apr 2012 17:42:54 +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;