Mercurial > pub > Impl
diff Lib/IMPL/SQL/Schema/Constraint/Index.pm @ 49:16ada169ca75
migrating to the Eclipse IDE
author | wizard@linux-odin.local |
---|---|
date | Fri, 26 Feb 2010 10:49:21 +0300 |
parents | 0004faa276dc |
children | 76515373dac0 |
line wrap: on
line diff
--- a/Lib/IMPL/SQL/Schema/Constraint/Index.pm Fri Feb 26 01:43:42 2010 +0300 +++ b/Lib/IMPL/SQL/Schema/Constraint/Index.pm Fri Feb 26 10:49:21 2010 +0300 @@ -1,14 +1,14 @@ -package IMPL::SQL::Schema::Constraint::Index; -use strict; -use base qw(IMPL::SQL::Schema::Constraint); - -__PACKAGE__->PassThroughArgs; - -sub CTOR { - my $this = shift; - - my %colnames; - not grep { $colnames{$_}++ } @{$this->Columns} or die new Exception('Each column in the index can occur only once'); -} - -1; +package IMPL::SQL::Schema::Constraint::Index; +use strict; +use base qw(IMPL::SQL::Schema::Constraint); + +__PACKAGE__->PassThroughArgs; + +sub CTOR { + my $this = shift; + + my %colnames; + not grep { $colnames{$_}++ } @{$this->Columns} or die new Exception('Each column in the index can occur only once'); +} + +1;