view Lib/IMPL/SQL/Schema/Traits/Processor.pm @ 265:6b6d4b2275a1

improved documentation
author cin
date Thu, 10 Jan 2013 03:25:02 +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;