Mercurial > pub > Impl
diff Lib/IMPL/SQL/Schema/Traits/mysql.pm @ 278:4ddb27ff4a0b
core refactoring
author | cin |
---|---|
date | Mon, 04 Feb 2013 02:10:37 +0400 |
parents | c8fe3f84feba |
children |
line wrap: on
line diff
--- a/Lib/IMPL/SQL/Schema/Traits/mysql.pm Fri Feb 01 16:37:59 2013 +0400 +++ b/Lib/IMPL/SQL/Schema/Traits/mysql.pm Mon Feb 04 02:10:37 2013 +0400 @@ -2,7 +2,6 @@ use strict; use parent qw(IMPL::Object); use IMPL::Class::Property; -use IMPL::Class::Property::Direct; BEGIN { public _direct property SqlBatch => prop_all; @@ -468,10 +467,8 @@ } package IMPL::SQL::Schema::Traits::mysql; -use Common; use parent qw(IMPL::SQL::Schema::Traits); use IMPL::Class::Property; -use IMPL::Class::Property::Direct; BEGIN { public _direct property PendingConstraints => prop_none; @@ -512,10 +509,8 @@ } package IMPL::SQL::Schema::Traits::mysql::MetaTable; -use Common; use parent qw(IMPL::Object); use IMPL::Class::Property; -use IMPL::Class::Property::Direct; BEGIN { public _direct property DBHandle => prop_none;