diff 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
line wrap: on
line diff
--- a/Lib/IMPL/SQL/Schema/Constraint/ForeignKey.pm	Tue Oct 09 03:09:41 2012 +0400
+++ b/Lib/IMPL/SQL/Schema/Constraint/ForeignKey.pm	Tue Oct 09 20:12:47 2012 +0400
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-use IMPL::lang qw(:declare :constants is);
+use IMPL::lang qw(:declare is);
 
 use parent qw(IMPL::SQL::Schema::Constraint);