view Lib/IMPL/SQL/Schema/Traits/Processor.pm @ 257:299af584c05f

collapse empty array elements in POSTed data
author sergey
date Fri, 14 Dec 2012 03:07:41 +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;