Mercurial > pub > Impl
comparison Lib/IMPL/SQL/Schema/Column.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 | 
|---|---|
| 1 use strict; | 1 use strict; | 
| 2 package IMPL::SQL::Schema::Column; | 2 package IMPL::SQL::Schema::Column; | 
| 3 use parent qw(IMPL::Object IMPL::Object::Autofill); | 3 use parent qw(IMPL::Object IMPL::Object::Autofill); | 
| 4 | 4 | 
| 5 use IMPL::lang qw( :DEFAULT :compare :declare :constants :hash ); | 5 use IMPL::lang qw( :DEFAULT :compare :declare :hash ); | 
| 6 use IMPL::Class::Property::Direct; | 6 use IMPL::Class::Property::Direct; | 
| 7 use IMPL::Exception(); | 7 use IMPL::Exception(); | 
| 8 | 8 | 
| 9 BEGIN { | 9 BEGIN { | 
| 10 public _direct property name => PROP_GET; | 10 public _direct property name => PROP_GET; | 
