Mercurial > pub > Impl
view Lib/IMPL/ORM/PropertyImplementor.pm @ 50:521c9c1a3ea1
:q
author | wizard@linux-odin.local |
---|---|
date | Sat, 27 Feb 2010 16:28:45 +0300 |
parents | 16ada169ca75 |
children | 4267a2ac3d46 |
line wrap: on
line source
package IMPL::ORM::PropertyImplementor; use strict; use warnings; use base qw(IMPL::Class::Property::Direct); 1;