diff Lib/IMPL/SQL/Schema/Table.pm @ 163:6ce1f052b90a

temp commit
author wizard
date Tue, 15 Mar 2011 02:32:42 +0300
parents 16ada169ca75
children 76515373dac0
line wrap: on
line diff
--- a/Lib/IMPL/SQL/Schema/Table.pm	Wed Dec 29 16:55:24 2010 +0300
+++ b/Lib/IMPL/SQL/Schema/Table.pm	Tue Mar 15 02:32:42 2011 +0300
@@ -6,12 +6,14 @@
 use IMPL::SQL::Schema::Constraint::PrimaryKey;
 use IMPL::SQL::Schema::Constraint::ForeignKey;
 
-use base qw(IMPL::Object IMPL::Object::Disposable);
+use base qw(
+	IMPL::Object
+	IMPL::Object::Disposable
+	IMPL::Object::Clonable
+);
 use IMPL::Class::Property;
 use IMPL::Class::Property::Direct;
 
-srand time;
-
 BEGIN {
     public _direct property Name => prop_get;
     public _direct property Schema => prop_get;