From b107d3b44cc0d0f5c077bda8d4ba2516fec9be3a Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 20 Feb 2026 09:36:08 +0100 Subject: [PATCH] Bug 41097: (QA follow-up) Clarify POD Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy --- misc/maintenance/dedup_authorities.pl | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/misc/maintenance/dedup_authorities.pl b/misc/maintenance/dedup_authorities.pl index c4924e749d..cdea760204 100755 --- a/misc/maintenance/dedup_authorities.pl +++ b/misc/maintenance/dedup_authorities.pl @@ -306,10 +306,14 @@ sub _get_usage { } =head2 _choose_records - this function takes input of candidate record ids to merging - and returns - first the record to merge to - and list of records to merge from + + @record_ids = _choose_records(@record_ids); + + This function sorts the list of record ids, based on the passed + methods (see script options). + By default, it sorts on usage count. + It is used in the main loop to decide which record to keep. + =cut sub _choose_records { -- 2.39.5