diff Lib/IMPL/SQL/Schema/Column.pm @ 232:5c82eec23bb6

Fixed degradations due refactoring
author sergey
date Tue, 09 Oct 2012 20:12:47 +0400
parents 4d0e1962161c
children 4ddb27ff4a0b
line wrap: on
line diff
--- a/Lib/IMPL/SQL/Schema/Column.pm	Tue Oct 09 03:09:41 2012 +0400
+++ b/Lib/IMPL/SQL/Schema/Column.pm	Tue Oct 09 20:12:47 2012 +0400
@@ -2,7 +2,7 @@
 package IMPL::SQL::Schema::Column;
 use parent qw(IMPL::Object IMPL::Object::Autofill);
 
-use IMPL::lang qw( :DEFAULT :compare :declare :constants :hash );
+use IMPL::lang qw( :DEFAULT :compare :declare :hash );
 use IMPL::Class::Property::Direct;
 use IMPL::Exception();