view Lib/IMPL/SQL/Schema/Traits/Processor.pm @ 164:eb3e9861a761

SQL traits in progress
author wizard
date Mon, 28 Mar 2011 01:36:24 +0400
parents 6ce1f052b90a
children 4267a2ac3d46
line wrap: on
line source

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

use IMPL::Class::Property;


1;