--- adddepend.orig 2002-10-18 20:41:19.000000000 +0200 +++ adddepend 2002-12-01 14:58:29.000000000 +0100 @@ -221,7 +221,7 @@ my $ref_cols = "$fcolumn_name"; # Perhaps there is more than a single column - while ($lcolumn_name = pop(@junk) and $fcolumn_name = pop(@junk)) { + while ($lcolumn_name = shift(@junk) and $fcolumn_name = shift(@junk)) { $key_cols .= ", $lcolumn_name"; $ref_cols .= ", $fcolumn_name"; }