no dashes
authorShawn Boyette <sboyette@esilibrary.com>
Fri, 6 Mar 2009 22:33:09 +0000 (22:33 +0000)
committerShawn Boyette <sboyette@esilibrary.com>
Fri, 6 Mar 2009 22:33:09 +0000 (22:33 +0000)
fingerprinter

index e228c6e..f9fff84 100755 (executable)
@@ -288,7 +288,7 @@ sub score_marc {
     }
     $json .= 'misc:' . $marc->{misc_score} . '}';
 
-    my $compact = join('-', $marc->{age_score}, $marc->{misc_score}, @score);
+    my $compact = join('', $marc->{age_score}, $marc->{misc_score}, @score);
     $marc->{score} = "$compact\t$json";
 }