Mercurial > pub > Impl
view Lib/IMPL/ORM/PropertyImplementor.pm @ 130:06a34c197b05
Added support for utf-8 and old versions of CGI module
author | wizard |
---|---|
date | Wed, 16 Jun 2010 01:50:56 +0400 |
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;