From 1ec8be2d1c322fa8a90738b04b7530ef541691a7 Mon Sep 17 00:00:00 2001 From: Shawn Boyette Date: Mon, 24 Nov 2008 20:58:44 +0000 Subject: [PATCH] better docstring --- fingerprinter | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fingerprinter b/fingerprinter index 12e9723..1fc7260 100755 --- a/fingerprinter +++ b/fingerprinter @@ -208,8 +208,9 @@ sub marc_isvalid { Assign a score to the record based on various criteria. -Score is constructed by pushing elements onto a list. At the end of -the routine, the list is flattened into a string via join(); +Score is constructed by pushing elements onto a list, via a dispatch +table. This allows order of fingerprints in the output file to be +varied. =cut -- 1.7.2.5