comparison Lib/IMPL/SQL/Schema/Table.pm @ 232:5c82eec23bb6

Fixed degradations due refactoring
author sergey
date Tue, 09 Oct 2012 20:12:47 +0400
parents 4d0e1962161c
children dacfe7c0311a
comparison
equal deleted inserted replaced
231:ff1e8fa932f2 232:5c82eec23bb6
1 use strict; 1 use strict;
2 package IMPL::SQL::Schema::Table; 2 package IMPL::SQL::Schema::Table;
3 3
4 use IMPL::lang qw(:declare :constants is); 4 use IMPL::lang qw(:declare is);
5 5
6 use parent qw( 6 use parent qw(
7 IMPL::Object 7 IMPL::Object
8 IMPL::Object::Disposable 8 IMPL::Object::Disposable
9 ); 9 );