comparison Lib/IMPL/SQL/Schema/Column.pm @ 163:6ce1f052b90a

temp commit
author wizard
date Tue, 15 Mar 2011 02:32:42 +0300
parents 16ada169ca75
children 76515373dac0
comparison
equal deleted inserted replaced
162:39c8788eded5 163:6ce1f052b90a
1 use strict; 1 use strict;
2 package IMPL::SQL::Schema::Column; 2 package IMPL::SQL::Schema::Column;
3 use base qw(IMPL::Object IMPL::Object::Autofill); 3 use base qw(IMPL::Object IMPL::Object::Autofill IMPL::Object::Clonable);
4 4
5 use IMPL::Class::Property; 5 use IMPL::Class::Property;
6 use IMPL::Class::Property::Direct; 6 use IMPL::Class::Property::Direct;
7 7
8 BEGIN { 8 BEGIN {