comparison Lib/IMPL/ORM/PropertyImplementor.pm @ 278:4ddb27ff4a0b

core refactoring
author cin
date Mon, 04 Feb 2013 02:10:37 +0400
parents 4267a2ac3d46
children
comparison
equal deleted inserted replaced
277:6585464c4664 278:4ddb27ff4a0b
1 package IMPL::ORM::PropertyImplementor; 1 package IMPL::ORM::PropertyImplementor;
2 use strict; 2 use strict;
3 use warnings; 3 use warnings;
4 4
5 use parent qw(IMPL::Class::Property::Direct);
6 5
7 6
8 1; 7 1;