comparison Lib/IMPL/SQL/Schema/Type.pm @ 232:5c82eec23bb6

Fixed degradations due refactoring
author sergey
date Tue, 09 Oct 2012 20:12:47 +0400
parents 4d0e1962161c
children 4ddb27ff4a0b
comparison
equal deleted inserted replaced
231:ff1e8fa932f2 232:5c82eec23bb6
2 use warnings; 2 use warnings;
3 package IMPL::SQL::Schema::Type; 3 package IMPL::SQL::Schema::Type;
4 4
5 use parent qw(IMPL::Object IMPL::Object::Autofill); 5 use parent qw(IMPL::Object IMPL::Object::Autofill);
6 6
7 use IMPL::lang qw( :declare :constants :compare ); 7 use IMPL::lang qw( :declare :compare );
8 8
9 use IMPL::Class::Property::Direct; 9 use IMPL::Class::Property::Direct;
10 10
11 BEGIN { 11 BEGIN {
12 public _direct property name => PROP_GET; 12 public _direct property name => PROP_GET;