Removed usage of Clone from the code, replacing it with a hand-rolled datawalk
[dbsrgits/DBM-Deep.git] / t / 18_export.t
index 9cca868..949697a 100644 (file)
@@ -33,7 +33,7 @@ my $db = DBM::Deep->new({
 ##
 # Create structure in DB
 ##
-$db->import( %struct );
+$db->import( \%struct );
 
 ##
 # Export entire thing