comparison Lib/IMPL/SQL/Schema/Constraint.pm @ 280:c6d0f889ef87

+IMPL::declare now supports meta attributes *bugfixes related to the typeof() operator
author cin
date Wed, 06 Feb 2013 02:15:48 +0400
parents 4ddb27ff4a0b
children 77df11605d3a
comparison
equal deleted inserted replaced
279:af8af4b8337e 280:c6d0f889ef87
1 package IMPL::SQL::Schema::Constraint; 1 package IMPL::SQL::Schema::Constraint;
2 use strict; 2 use strict;
3 use warnings; 3 use warnings;
4 4
5 use IMPL::lang qw(is isclass); 5 use IMPL::lang;
6 use IMPL::Const qw(:prop); 6 use IMPL::Const qw(:prop);
7 use IMPL::declare { 7 use IMPL::declare {
8 base => [ 8 base => [
9 'IMPL::Object' => undef, 9 'IMPL::Object' => undef,
10 'IMPL::Object::Disposable' => undef 10 'IMPL::Object::Disposable' => undef