view Lib/IMPL/ORM/PropertyImplementor.pm @ 30:dd4d72600c69

ORM in works
author Sergey
date Tue, 03 Nov 2009 16:31:47 +0300
parents
children 16ada169ca75
line wrap: on
line source

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

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


1;