Mercurial > pub > Impl
comparison Lib/IMPL/SQL/Schema/Constraint/ForeignKey.pm @ 232:5c82eec23bb6
Fixed degradations due refactoring
author | sergey |
---|---|
date | Tue, 09 Oct 2012 20:12:47 +0400 |
parents | 6148f89bb7bf |
children | 56364d0c4b4f |
comparison
equal
deleted
inserted
replaced
231:ff1e8fa932f2 | 232:5c82eec23bb6 |
---|---|
1 package IMPL::SQL::Schema::Constraint::ForeignKey; | 1 package IMPL::SQL::Schema::Constraint::ForeignKey; |
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::SQL::Schema::Constraint); | 7 use parent qw(IMPL::SQL::Schema::Constraint); |
8 | 8 |
9 use IMPL::Class::Property::Direct; | 9 use IMPL::Class::Property::Direct; |
10 | 10 |