use IxHash
Justin Hunter [Tue, 11 Aug 2009 21:39:42 +0000 (14:39 -0700)]
lib/SQL/Translator/Object/Schema.pm

index 0d75b01..4830a46 100644 (file)
@@ -51,7 +51,7 @@ class SQL::Translator::Object::Schema {
                 }
             }
         },
-        default => sub { {} },
+        default => sub { my %hash = (); tie %hash, 'Tie::IxHash'; return \%hash },
     );
     
     has 'procedures' => (