Mercurial > pub > Impl
diff Lib/IMPL/SQL/Schema/Constraint.pm @ 163:6ce1f052b90a
temp commit
author | wizard |
---|---|
date | Tue, 15 Mar 2011 02:32:42 +0300 |
parents | 16ada169ca75 |
children | 76515373dac0 |
line wrap: on
line diff
--- a/Lib/IMPL/SQL/Schema/Constraint.pm Wed Dec 29 16:55:24 2010 +0300 +++ b/Lib/IMPL/SQL/Schema/Constraint.pm Tue Mar 15 02:32:42 2011 +0300 @@ -1,6 +1,6 @@ use strict; package IMPL::SQL::Schema::Constraint; -use base qw(IMPL::Object IMPL::Object::Disposable); +use base qw(IMPL::Object IMPL::Object::Disposable IMPL::Object::Clonable); use IMPL::Class::Property; use IMPL::Class::Property::Direct;