Mercurial > pub > Impl
comparison Lib/IMPL/SQL/Schema.pm @ 232:5c82eec23bb6
Fixed degradations due refactoring
author | sergey |
---|---|
date | Tue, 09 Oct 2012 20:12:47 +0400 |
parents | 4d0e1962161c |
children | 4ddb27ff4a0b |
comparison
equal
deleted
inserted
replaced
231:ff1e8fa932f2 | 232:5c82eec23bb6 |
---|---|
1 use strict; | 1 use strict; |
2 package IMPL::SQL::Schema; | 2 package IMPL::SQL::Schema; |
3 | 3 |
4 use IMPL::_core::version; | 4 use IMPL::lang qw(is :declare); |
5 | |
6 use IMPL::lang qw(is :declare :constants); | |
7 | 5 |
8 use parent qw( | 6 use parent qw( |
9 IMPL::Object | 7 IMPL::Object |
10 IMPL::Object::Disposable | 8 IMPL::Object::Disposable |
11 IMPL::Object::Autofill | 9 IMPL::Object::Autofill |