Mercurial > pub > Impl
comparison Lib/IMPL/SQL/Schema/Constraint.pm @ 232:5c82eec23bb6
Fixed degradations due refactoring
| author | sergey |
|---|---|
| date | Tue, 09 Oct 2012 20:12:47 +0400 |
| parents | 4d0e1962161c |
| children | 56364d0c4b4f |
comparison
equal
deleted
inserted
replaced
| 231:ff1e8fa932f2 | 232:5c82eec23bb6 |
|---|---|
| 1 package IMPL::SQL::Schema::Constraint; | 1 package IMPL::SQL::Schema::Constraint; |
| 2 use strict; | 2 use strict; |
| 3 use warnings; | 3 use warnings; |
| 4 | 4 |
| 5 use IMPL::lang qw(:declare :constants is); | 5 use IMPL::lang qw(:declare is); |
| 6 | 6 |
| 7 use parent qw(IMPL::Object IMPL::Object::Disposable); | 7 use parent qw(IMPL::Object IMPL::Object::Disposable); |
| 8 | 8 |
| 9 use IMPL::Class::Property::Direct; | 9 use IMPL::Class::Property::Direct; |
| 10 | 10 |
