view Lib/IMPL/ORM/PropertyImplementor.pm @ 44:32d2350fccf9

ORM *Minor fixes *Working tarnsform to sql *Fixes to the sql traits
author Sergey
date Mon, 11 Jan 2010 01:42:00 +0300
parents dd4d72600c69
children 16ada169ca75
line wrap: on
line source

package IMPL::ORM::PropertyImplementor;
use strict;
use warnings;

use base qw(IMPL::Class::Property::Direct);


1;